diff options
author | Alan Pearce | 2024-12-03 14:49:53 +0100 |
---|---|---|
committer | Alan Pearce | 2024-12-03 14:49:53 +0100 |
commit | 6bb58bbb6db5914b6177041714e625a0fe9ae5b1 (patch) | |
tree | 088b6bfd11f9982f1146977b10dd070454c3d392 /system/linde.nix | |
parent | 39343903902c0027c3426cf28e16ca60448a2edb (diff) | |
download | nixfiles-6bb58bbb6db5914b6177041714e625a0fe9ae5b1.tar.lz nixfiles-6bb58bbb6db5914b6177041714e625a0fe9ae5b1.tar.zst nixfiles-6bb58bbb6db5914b6177041714e625a0fe9ae5b1.zip |
Add moreutils to laminar PATH
Diffstat (limited to 'system/linde.nix')
-rw-r--r-- | system/linde.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/linde.nix b/system/linde.nix index 7ac72e5c..bf89c30d 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -1110,6 +1110,7 @@ in cached-nix-shell nix config.programs.ssh.package + moreutils flock just ]; |