Skip to content

Commit b13c543

Browse files
committed
add npins
1 parent 758cdfe commit b13c543

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

nix/packages/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

nix/sources.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,18 @@
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,

shell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ pkgs.mkShell {
2626
hcloud
2727
morph
2828
niv
29+
npins
2930
nix
3031
nixpkgs-fmt
3132
openssh

0 commit comments

Comments
 (0)