modules: disable flake registry in Nix settings

Now we'll see what flakes are doing it properly.
This commit is contained in:
Gabriel Arazas 2024-04-06 10:55:46 +08:00
parent 7bef5de288
commit fadfea8215
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@
# UX of Nix CLI is becoming closer to Guix's which is a nice bonus.
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
auto-optimise-store = lib.mkDefault true;
flake-registry = "";
};
# Stallman-senpai will be disappointed.

View File

@ -23,6 +23,7 @@
# UX of Nix CLI is becoming closer to Guix's which is a nice bonus.
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
auto-optimise-store = lib.mkDefault true;
flake-registry = "";
};
# Stallman-senpai will be disappointed.