diff options
Diffstat (limited to 'modules/shared/base')
| -rw-r--r-- | modules/shared/base/nix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/shared/base/nix.nix b/modules/shared/base/nix.nix index dd94939..f3de990 100644 --- a/modules/shared/base/nix.nix +++ b/modules/shared/base/nix.nix @@ -34,7 +34,7 @@ in # TODO: remove this nonsense when all implementations remove repl-flake ++ lib.optional ( lib.versionOlder config.nix.package.version "2.22.0" # repl-flake was removed in nix 2.22.0 - || lib.versionAtLeast config.nix.package.version "2.90.0-rc1" # but not in lix yet + || lib.versionAtLeast config.nix.package.version "2.90.0" # but not in lix yet ) "repl-flake"; trusted-substituters = [ "https://getchoo.cachix.org" ]; |
