devshell: Remove deprecated Nix command stuff

This commit is contained in:
2024-11-30 19:19:23 +00:00
parent 2915e42a1d
commit fc8676c3bb
2 changed files with 3 additions and 15 deletions

View File

@@ -11,7 +11,7 @@ in
NIX_USER_CONF_FILES = toString (pkgs.writeText "nix.conf"
''
experimental-features = nix-command flakes ca-derivations repl-flake
experimental-features = nix-command flakes ca-derivations
connect-timeout = 5
fallback = true
${lib.my.c.nix.cache.conf}