summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-06-29 14:58:07 +0200
committerAlan Pearce2024-06-29 14:58:07 +0200
commit5d7b27826d0f1cbb0e25ad5d64cd5da7e309fd78 (patch)
treebdf1a8662863027029b90acef68b626d671529de
parentc3958d32942a6dd64045d527cf581fb737f9da47 (diff)
downloadnixfiles-5d7b27826d0f1cbb0e25ad5d64cd5da7e309fd78.tar.lz
nixfiles-5d7b27826d0f1cbb0e25ad5d64cd5da7e309fd78.tar.zst
nixfiles-5d7b27826d0f1cbb0e25ad5d64cd5da7e309fd78.zip
linde: include coreutils in CI path
-rw-r--r--system/linde.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/linde.nix b/system/linde.nix
index be176ccc..e3cc8ad0 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -1023,7 +1023,7 @@ in
     enable = true;
     path = with pkgs; [
       bash
-      stdenv
+      coreutils
       git
       cached-nix-shell
       nix