diff --git a/common.nix b/common.nix index 12fe7373..83d6ecc8 100644 --- a/common.nix +++ b/common.nix @@ -1,5 +1,6 @@ { pkgs, ... }: { + nix.settings.experimental-features = [ "nix-command", "flakes" ]; # Allow unfree packages nixpkgs.config.allowUnfree = true;