mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
npins: add npins
This commit is contained in:
parent
a70b9db0c7
commit
1c73168fdc
3 changed files with 23 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ in
|
||||||
../overlays/calibre-no-mime.nix
|
../overlays/calibre-no-mime.nix
|
||||||
../overlays/fcitx5-table-extra-taiwanese.nix
|
../overlays/fcitx5-table-extra-taiwanese.nix
|
||||||
../overlays/ghostty-dev.nix
|
../overlays/ghostty-dev.nix
|
||||||
|
../overlays/npins.nix
|
||||||
|
|
||||||
../overlays/iosevka.nix
|
../overlays/iosevka.nix
|
||||||
../packages/overlay.nix
|
../packages/overlay.nix
|
||||||
|
|
|
||||||
6
nix/overlays/npins.nix
Normal file
6
nix/overlays/npins.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
let
|
||||||
|
sources = import ../../npins;
|
||||||
|
in
|
||||||
|
final: _: {
|
||||||
|
npins = import sources.npins { pkgs = final; };
|
||||||
|
}
|
||||||
|
|
@ -185,6 +185,22 @@
|
||||||
"url": "https://github.com/nixos/nixpkgs/archive/ff8a91eb93e8abfceed1957330b54e54e99c747a.tar.gz",
|
"url": "https://github.com/nixos/nixpkgs/archive/ff8a91eb93e8abfceed1957330b54e54e99c747a.tar.gz",
|
||||||
"hash": "0j0410wjpkxix1sxfr3fpd60iqvjrkgydiis7rqr4g44y042dfns"
|
"hash": "0j0410wjpkxix1sxfr3fpd60iqvjrkgydiis7rqr4g44y042dfns"
|
||||||
},
|
},
|
||||||
|
"npins": {
|
||||||
|
"type": "GitRelease",
|
||||||
|
"repository": {
|
||||||
|
"type": "GitHub",
|
||||||
|
"owner": "andir",
|
||||||
|
"repo": "npins"
|
||||||
|
},
|
||||||
|
"pre_releases": false,
|
||||||
|
"version_upper_bound": "0.5",
|
||||||
|
"release_prefix": null,
|
||||||
|
"submodules": false,
|
||||||
|
"version": "0.4.0",
|
||||||
|
"revision": "52904b878c2db61e062b63beb07784d41f98c765",
|
||||||
|
"url": "https://api.github.com/repos/andir/npins/tarball/0.4.0",
|
||||||
|
"hash": "07n256q07k1f0nm92nqgihm71xyrg9293w6ib3r92vmqpf5rghwj"
|
||||||
|
},
|
||||||
"nur": {
|
"nur": {
|
||||||
"type": "Git",
|
"type": "Git",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue