diff --git a/system/nix.nix b/system/nix.nix index 7536987..d156db7 100644 --- a/system/nix.nix +++ b/system/nix.nix @@ -1,12 +1,6 @@ { config, pkgs, ... }: { - # for flakes support - nix.package = pkgs.nixUnstable; - nix.extraOptions = '' - experimental-features = nix-command flakes - ''; - nix.autoOptimiseStore = true; nix.gc = { automatic = true;