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