mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49: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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue