all repos — nixfiles @ 51ee47682f841acadc3fa260af4e09b11de0daff

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

formatting

Alan Pearce
commit

51ee47682f841acadc3fa260af4e09b11de0daff

parent

c11985399dd6ffe8f480dbfbba98c84db5cb665d

1 file changed, 1 insertion(+), 1 deletion(-)

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}"; ''; }