From 0a50a5c769557ba6c9cec87e378d954c5fea04fd Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 8 Feb 2022 14:35:20 +0100 Subject: [PATCH] base: nix: get rid of extraOptions --- base/nix.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/base/nix.nix b/base/nix.nix index 48e41e4..c632aa9 100644 --- a/base/nix.nix +++ b/base/nix.nix @@ -4,11 +4,9 @@ nix = { package = pkgs.nixStable; - extraOptions = '' - experimental-features = nix-command flakes - ''; settings = { + experimental-features = [ "nix-command" "flakes" ]; trusted-users = [ "@wheel" ]; substituters = [ "https://alarsyo.cachix.org"