From 0a89def365ab18151f3c91f543d42ddc8fa06dc0 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Fri, 30 Jun 2023 10:49:26 +0100 Subject: [PATCH] Newer syntax. --- hosts/common/global/flakes.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/common/global/flakes.nix b/hosts/common/global/flakes.nix index 56ab52b..dd970f4 100644 --- a/hosts/common/global/flakes.nix +++ b/hosts/common/global/flakes.nix @@ -1,5 +1,3 @@ { - nix.extraOptions = '' - experimental-features = nix-command flakes - ''; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; }