diff --git a/flake.nix b/flake.nix index 6e82e06..9412ae0 100644 --- a/flake.nix +++ b/flake.nix @@ -46,6 +46,7 @@ # --- Flake Local Nix Configuration ---------------------------- nixConfig = { + extra-experimental-features = "nix-command flakes"; # This sets the flake to use nix cache. # Nix should ask for permission before using it, # but remove it here if you do not want it to.