diff --git a/modules/nix.nix b/modules/nix.nix index dd55c0a..1cdec67 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -4,6 +4,7 @@ ... }: { nix = { + package = pkgs.nixVersions.latest; nixPath = ["nixpkgs=${nixpkgs}"]; gc = { automatic = true; @@ -12,7 +13,7 @@ }; settings = { auto-optimise-store = true; - experimental-features = ["nix-command" "flakes" "repl-flake"]; + experimental-features = ["nix-command" "flakes"]; substituters = [ "https://bootstrap-academy.cachix.org" "https://sandkasten.cachix.org"