fix experimental features

This commit is contained in:
k3t
2026-03-08 00:11:44 -07:00
parent 0a30829ec7
commit 85b9b0d839
+1 -1
View File
@@ -1,6 +1,7 @@
{ pkgs, ... }: {
nix = {
settings = {
experimental-features = [ "nix-command" "flakes" ];
substituters = [
"https://nix-community.cachix.org"
"https://cache.nixos.org/"
@@ -9,7 +10,6 @@
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
experimental-features = [ "nix-command" "flakes" ];
optimise.automatic = true;
gc = {
automatic = true;