system(nix): Downgrade from Nix 2.19 to 2.18

I got tired of seeing the unstable warnings all the time and would
rather use directories with simple names to avoid other problems.
This commit is contained in:
Donovan Glover 2024-04-16 19:47:57 -04:00
parent e70271a3af
commit 9f10d795c7
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -3,7 +3,6 @@
let let
inherit (lib) mkOption mkEnableOption mkIf singleton; inherit (lib) mkOption mkEnableOption mkIf singleton;
inherit (lib.types) nullOr str listOf; inherit (lib.types) nullOr str listOf;
inherit (pkgs.nixVersions) nix_2_19;
inherit (cfg) username iHaveLotsOfRam hashedPassword mullvad allowSRB2Port allowZolaPort noRoot postgres; inherit (cfg) username iHaveLotsOfRam hashedPassword mullvad allowSRB2Port allowZolaPort noRoot postgres;
inherit (builtins) attrValues; inherit (builtins) attrValues;
@ -90,8 +89,6 @@ in
}; };
nix = { nix = {
package = nix_2_19;
settings = { settings = {
experimental-features = [ "nix-command" "flakes" "repl-flake" ]; experimental-features = [ "nix-command" "flakes" "repl-flake" ];
auto-optimise-store = true; auto-optimise-store = true;