all repos — nixfiles @ 51ee47682f841acadc3fa260af4e09b11de0daff

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

formatting
Alan Pearce alan@alanpearce.eu
Sat, 22 Jun 2024 18:08:49 +0200
commit

51ee47682f841acadc3fa260af4e09b11de0daff

parent

c11985399dd6ffe8f480dbfbba98c84db5cb665d

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

jump to
M shell.nixshell.nix
@@ -15,6 +15,6 @@ (import sources.home-manager { inherit pkgs; }).home-manager   ];
 
   shellHook = ''
-    export NIX_PATH="${builtins.concatStringsSep ":"nixPath}";
+    export NIX_PATH="${builtins.concatStringsSep ":" nixPath}";
   '';
 }