mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
npins: add dix
This commit is contained in:
parent
78746867ba
commit
17006198e1
2 changed files with 24 additions and 0 deletions
8
nix/overlays/dix.nix
Normal file
8
nix/overlays/dix.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
let
|
||||||
|
sources = import ../../npins;
|
||||||
|
inherit (sources) dix;
|
||||||
|
inherit (dix.repository) owner repo;
|
||||||
|
in
|
||||||
|
final: _: {
|
||||||
|
dix = (builtins.getFlake "github:${owner}/${repo}/${dix.revision}").packages.${final.system}.default;
|
||||||
|
}
|
||||||
|
|
@ -32,6 +32,22 @@
|
||||||
"url": "https://api.github.com/repos/nix-community/disko/tarball/v1.11.0",
|
"url": "https://api.github.com/repos/nix-community/disko/tarball/v1.11.0",
|
||||||
"hash": "13brimg7z7k9y36n4jc1pssqyw94nd8qvgfjv53z66lv4xkhin92"
|
"hash": "13brimg7z7k9y36n4jc1pssqyw94nd8qvgfjv53z66lv4xkhin92"
|
||||||
},
|
},
|
||||||
|
"dix": {
|
||||||
|
"type": "GitRelease",
|
||||||
|
"repository": {
|
||||||
|
"type": "GitHub",
|
||||||
|
"owner": "bloxx12",
|
||||||
|
"repo": "dix"
|
||||||
|
},
|
||||||
|
"pre_releases": false,
|
||||||
|
"version_upper_bound": null,
|
||||||
|
"release_prefix": null,
|
||||||
|
"submodules": false,
|
||||||
|
"version": "v1.1.0",
|
||||||
|
"revision": "a98f3cac20b2716d56114f85f97cf5e904c037d2",
|
||||||
|
"url": "https://api.github.com/repos/bloxx12/dix/tarball/v1.1.0",
|
||||||
|
"hash": "037sjd4rjnvkv0ms4qg31cx2dy6svdk0fk6yrbhp58pb132xc888"
|
||||||
|
},
|
||||||
"eepy": {
|
"eepy": {
|
||||||
"type": "Git",
|
"type": "Git",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue