Skip to content

Commit 5d648a8

Browse files
authored
npingler: init at unstable-2025-08-21 (#435716)
2 parents dc322ae + c47d779 commit 5d648a8

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
lib,
3+
rustPlatform,
4+
fetchFromGitHub,
5+
nix-update-script,
6+
}:
7+
8+
rustPlatform.buildRustPackage {
9+
pname = "npingler";
10+
version = "unstable-2025-08-21";
11+
12+
src = fetchFromGitHub {
13+
owner = "9999years";
14+
repo = "npingler";
15+
rev = "de47bb5c5c188ba3b36958c2284dbc6d24f2687f";
16+
hash = "sha256-4Q8oG2iem9dgsTTEFfhyw2rPAxtXdGx+Uhb/9uAdUy4=";
17+
};
18+
19+
cargoHash = "sha256-wTW0cwi6C2WRlH2ifPMTdLAEZg4VbE5Jr5Mh+e+SjaM=";
20+
21+
meta = {
22+
description = "Nix profile manager for use with npins";
23+
homepage = "https://github.com/9999years/npingler";
24+
license = lib.licenses.mit;
25+
maintainers = [
26+
lib.maintainers._9999years
27+
];
28+
mainProgram = "npingler";
29+
};
30+
31+
passthru.updateScript = nix-update-script { };
32+
}

0 commit comments

Comments
 (0)