formatting
51ee47682f841acadc3fa260af4e09b11de0daff
c11985399dd6ffe8f480dbfbba98c84db5cb665d
@@ -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}"; ''; }