all repos — nixfiles @ 994bdb000759504a8bcdc7b1434ca9f185ccc245

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

linde: customise laminar path
Alan Pearce alan@alanpearce.eu
Fri, 21 Jun 2024 22:54:07 +0200
commit

994bdb000759504a8bcdc7b1434ca9f185ccc245

parent

c7cfce9679d96bd9e378e741a0ac590d6a059a82

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

jump to
M system/linde.nixsystem/linde.nix
@@ -979,6 +979,15 @@ }; 
   services.laminar = {
     enable = true;
+    path = with pkgs; [
+      bash
+      stdenv
+      git
+      nix
+      config.programs.ssh.package
+      flock
+      just
+    ];
     settings = {
       bindHTTP = "[::1]:8002";
       keepRundirs = 1;