Overlay : Use stable Nix & Nixos-Rebuild.
This commit is contained in:
parent
c83c0b51ca
commit
96b648d44d
8
overlay/Nix.nix
Normal file
8
overlay/Nix.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# Use stable packages for Nix and Nixos-Rebuild.
|
||||||
|
{ pkgsStable, ... }: {
|
||||||
|
nixpkgs.overlays = [ (final: prev: {
|
||||||
|
nix = pkgsStable.nix;
|
||||||
|
nixos-rebuild = pkgsStable.nixos-rebuild;
|
||||||
|
})];
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue