nix #1

Merged
deepak merged 6 commits from nix into master 2022-06-07 23:27:11 +00:00
Showing only changes of commit b54a7275d9 - Show all commits

View File

@ -48,6 +48,7 @@
shellHook = '' shellHook = ''
export DO_NIX_CUSTOM=1 export DO_NIX_CUSTOM=1
''; '';
packages = [ pkgs.nodejs-16_x ];
}; };
})); }));