Migrate to npmlock2nix

This commit is contained in:
Tristan Daniël Maat 2022-06-15 19:50:50 +01:00
parent d8f81c4a78
commit fae59fbb3f
Signed by: tlater
GPG key ID: 49670FD774E43268
8 changed files with 73 additions and 12231 deletions

24
flake.lock generated
View file

@ -10,9 +10,8 @@
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
"id": "flake-utils",
"type": "indirect"
}
},
"nixpkgs": {
@ -31,10 +30,27 @@
"type": "github"
}
},
"npmlock2nix": {
"flake": false,
"locked": {
"lastModified": 1654775747,
"narHash": "sha256-9pXHDpIjmsK5390wmpGHu9aA4QOPpegPBvThHeBlef4=",
"owner": "nix-community",
"repo": "npmlock2nix",
"rev": "5c4f247688fc91d665df65f71c81e0726621aaa8",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "npmlock2nix",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
"nixpkgs": "nixpkgs",
"npmlock2nix": "npmlock2nix"
}
}
},