Use the nix 2.4 rc

This commit is contained in:
Charlotte Van Petegem 2021-10-20 08:47:07 +02:00
parent 4a910646cc
commit 098e72e0a1
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -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;
})
];