From d380672318ed4d7c151d6432a2028ff35f69db1b Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 5 May 2023 08:39:02 +0100 Subject: [PATCH] Fix typo --- common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;