diff --git a/flake.nix b/flake.nix index d688e0381..a965bcba1 100644 --- a/flake.nix +++ b/flake.nix @@ -107,7 +107,7 @@ (final: prev: let pkgs = import nixpkgs { inherit system; }; in { - inherit (pkgs) gup dockerTools nodejs_21 glibcLocalesUtf8 tzdata exiftools bzip2 glibc chromium minio minio-client skopeo; inherit (pkgs.stdenv) fetchurlBoot make; + inherit (pkgs) gup dockerTools nodejs_21 glibcLocalesUtf8 tzdata exiftools bzip2 glibc chromium minio minio-client skopeo; inherit (pkgs.stdenv) fetchurlBoot make; inherit (pkgs.coreutils) touch; stack = pkgs.symlinkJoin { inherit (pkgs.stack) name; paths = [pkgs.stack]; diff --git a/shell.nix b/shell.nix index 228ed6199..4bf791a49 100644 --- a/shell.nix +++ b/shell.nix @@ -275,7 +275,7 @@ in pkgs.mkShell { ''; nativeBuildInputs = [develop inDevelop killallUni2work diffRunning] ++ (with pkgs; - [ stdenv stack nodejs_21 postgresql_12 openldap exiftool expat bzip2 memcached minio minio-client + [ stdenv coreutils stack nodejs_21 postgresql_12 openldap exiftool expat bzip2 memcached minio minio-client gup reuse pre-commit # busybox # for print services, but interferes with build commands in develop-shell htop