mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-11 16:38:21 +01:00
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:
parent
e70271a3af
commit
9f10d795c7
@ -3,7 +3,6 @@
|
||||
let
|
||||
inherit (lib) mkOption mkEnableOption mkIf singleton;
|
||||
inherit (lib.types) nullOr str listOf;
|
||||
inherit (pkgs.nixVersions) nix_2_19;
|
||||
inherit (cfg) username iHaveLotsOfRam hashedPassword mullvad allowSRB2Port allowZolaPort noRoot postgres;
|
||||
inherit (builtins) attrValues;
|
||||
|
||||
@ -90,8 +89,6 @@ in
|
||||
};
|
||||
|
||||
nix = {
|
||||
package = nix_2_19;
|
||||
|
||||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
||||
auto-optimise-store = true;
|
||||
|
Loading…
Reference in New Issue
Block a user