all repos — nixfiles @ f2ccc74d5362a83c9d3dac2d219e5d73d5984825

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

linde: fix missing nixpkgs entry in laminar jobs
Alan Pearce alan@alanpearce.eu
Sun, 23 Jun 2024 08:28:39 +0200
commit

f2ccc74d5362a83c9d3dac2d219e5d73d5984825

parent

5e8c909abfd0e79f04eff8186c4a1e1ce2d9a62d

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

jump to
M system/linde.nixsystem/linde.nix
@@ -990,6 +990,9 @@ };     };
   };
 
+  systemd.services.laminar.environment = {
+    NIX_PATH = "nixpkgs=${<nixpkgs>}";
+  };
   services.laminar = {
     enable = true;
     path = with pkgs; [