enable experimental features

This commit is contained in:
Vinzenz Schroeter 2024-10-26 00:16:05 +02:00
parent b71f8ee636
commit 1602292781

View file

@ -18,6 +18,7 @@
settings = { settings = {
substituters = ["https://nix-community.cachix.org" "https://cache.nixos.org/"]; substituters = ["https://nix-community.cachix.org" "https://cache.nixos.org/"];
trusted-public-keys = ["nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="]; trusted-public-keys = ["nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="];
experimental-features = ["nix-command" "flakes"];
}; };
gc = { gc = {
automatic = true; automatic = true;