mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
niv: pin nil to repo unstable version
This commit is contained in:
parent
d91d1b2f6a
commit
409b58ccd7
3 changed files with 21 additions and 0 deletions
8
nix/overlays/nil.nix
Normal file
8
nix/overlays/nil.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Run the one with my cool feature here for now
|
||||
let
|
||||
sources = import ../sources.nix;
|
||||
inherit (sources) nil;
|
||||
in
|
||||
final: _: {
|
||||
nil = (builtins.getFlake "github:${nil.owner}/${nil.repo}/${nil.rev}").packages.${final.system}.default;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue