nix: added overlay for nixUnstable
parent
076f6b9945
commit
6ef8e9906a
@ -0,0 +1,4 @@
|
||||
let sources = import ../nix/sources.nix {}; in
|
||||
final: prev: {
|
||||
nixUnstable = (import sources.nixos-unstable {}).nixUnstable;
|
||||
}
|
Loading…
Reference in New Issue