From 61d754d48a8b5b961c8f9678dfb4d7957e5c8e1e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 4 May 2023 15:48:18 +0100 Subject: [PATCH] Add experimental nix commands to NixOS --- common.nix | 1 + 1 file changed, 1 insertion(+) 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;