File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ self: super: {
77
88 ate = self . callPackage sources . ate { } ;
99
10+ # use unstable because of the cargoLock based import
11+ npins = unstable . callPackage sources . npins { } ;
12+
1013 # systemd variant that fixes my weird netlink message issue on bootup
1114 # on machines that have more than just one or two wireguard interfaces.
1215 # See https://github.com/systemd/systemd/issues/17232 for details.
Original file line number Diff line number Diff line change 212212 "url" : " https://github.com/nixos/nixpkgs/archive/c464dc811babfe316ed4ab7bbc12351122e69dd7.tar.gz" ,
213213 "url_template" : " https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
214214 },
215+ "npins" : {
216+ "branch" : " master" ,
217+ "description" : null ,
218+ "homepage" : null ,
219+ "owner" : " andir" ,
220+ "repo" : " npins" ,
221+ "rev" : " 9a1c5cd49399de5ca5ab05032e9d7eaa54ed19f5" ,
222+ "sha256" : " 09fg84b7v0qp0wh40iqa0xkmsgnh2i0895f0lsvv9rjlnci3jw0y" ,
223+ "type" : " tarball" ,
224+ "url" : " https://github.com/andir/npins/archive/9a1c5cd49399de5ca5ab05032e9d7eaa54ed19f5.tar.gz" ,
225+ "url_template" : " https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
226+ },
215227 "npmlock2nix" : {
216228 "branch" : " master" ,
217229 "description" : null ,
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ pkgs.mkShell {
2626 hcloud
2727 morph
2828 niv
29+ npins
2930 nix
3031 nixpkgs-fmt
3132 openssh
You can’t perform that action at this time.
0 commit comments