forked from pub-solar/os
nix: use version 2_20
This commit is contained in:
parent
5b563f2cbc
commit
9aa3aec588
|
@ -30,7 +30,7 @@
|
|||
|
||||
nix = {
|
||||
# Use default version alias for nix package
|
||||
package = pkgs.nix;
|
||||
package = pkgs.nixVersions.nix_2_20;
|
||||
gc.automatic = true;
|
||||
optimise.automatic = true;
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
in
|
||||
{
|
||||
direnv = unstable.direnv;
|
||||
nixVersions = prev.nixVersions // {inherit (unstable.nixVersions) nix_2_20;};
|
||||
nix-direnv = unstable.nix-direnv;
|
||||
_1password = unstable._1password;
|
||||
_1password-cli = unstable._1password-cli;
|
||||
|
|
Loading…
Reference in a new issue