File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments