Update 'default.nix'

This commit is contained in:
notgne2 2020-08-17 22:42:03 -07:00
parent 617453769b
commit 78e4921909

View File

@ -17,8 +17,8 @@ let
pnpm2nix = pkgs.callPackage ( pnpm2nix = pkgs.callPackage (
builtins.fetchGit { builtins.fetchGit {
url = "https://github.com/notgne2/pnpm2nix.git"; url = "https://github.com/nix-community/pnpm2nix.git";
rev = "909accd35d23664254b43109ee58cd0c3d83a6d9"; rev = "f67be0925a91b92f54d99dbdead7a06920b979ac";
} }
) {}; ) {};