update default lix settings
This commit is contained in:
parent
9400180e4e
commit
0a7266f226
|
@ -8,9 +8,8 @@
|
||||||
# set some nix settings defaults
|
# set some nix settings defaults
|
||||||
config.nix.settings = {
|
config.nix.settings = {
|
||||||
repl-overlays = [ ./repl-overlay.nix ];
|
repl-overlays = [ ./repl-overlay.nix ];
|
||||||
experimental-features = "nix-command flakes repl-flake";
|
experimental-features = "nix-command flakes repl-flake pipe-operator";
|
||||||
substituters = [ "https://cache.lix.systems" ];
|
temp-dir = "/var/tmp";
|
||||||
trusted-public-keys = [ "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o=" ];
|
|
||||||
|
|
||||||
# we're disabling the default flake registry because i don't like it
|
# we're disabling the default flake registry because i don't like it
|
||||||
flake-registry = "";
|
flake-registry = "";
|
||||||
|
|
Loading…
Reference in New Issue