diff options
author | Alan Pearce | 2024-06-29 14:58:07 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-29 14:58:07 +0200 |
commit | 5d7b27826d0f1cbb0e25ad5d64cd5da7e309fd78 (patch) | |
tree | bdf1a8662863027029b90acef68b626d671529de /system | |
parent | c3958d32942a6dd64045d527cf581fb737f9da47 (diff) | |
download | nixfiles-5d7b27826d0f1cbb0e25ad5d64cd5da7e309fd78.tar.lz nixfiles-5d7b27826d0f1cbb0e25ad5d64cd5da7e309fd78.tar.zst nixfiles-5d7b27826d0f1cbb0e25ad5d64cd5da7e309fd78.zip |
linde: include coreutils in CI path
Diffstat (limited to 'system')
-rw-r--r-- | system/linde.nix | 2 |
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 |