chore(flake): add coreutils

This commit is contained in:
Sarah Vaupel 2024-01-21 16:18:50 +01:00
parent d5faeaefe3
commit 5c5f60d23e
2 changed files with 2 additions and 2 deletions

View File

@ -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];

View File

@ -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