all repos — nixfiles @ 5d7b27826d0f1cbb0e25ad5d64cd5da7e309fd78

System and user configuration, managed by nix and home-manager

linde: include coreutils in CI path
Alan Pearce alan@alanpearce.eu
Sat, 29 Jun 2024 14:58:07 +0200
commit

5d7b27826d0f1cbb0e25ad5d64cd5da7e309fd78

parent

c3958d32942a6dd64045d527cf581fb737f9da47

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M system/linde.nixsystem/linde.nix
@@ -1023,7 +1023,7 @@ services.laminar = {     enable = true;
     path = with pkgs; [
       bash
-      stdenv
+      coreutils
       git
       cached-nix-shell
       nix