Use the nix 2.4 rc
This commit is contained in:
parent
4a910646cc
commit
098e72e0a1
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ in
|
|||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) config.chvp.base.nix.unfreePackages;
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
nix = super.nixUnstable;
|
||||
nix = super.nix_2_4;
|
||||
})
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue