From 7c1633076314c0eed68f3ef37e0fb092eeda22ea Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Tue, 26 Nov 2024 18:12:10 +0100 Subject: [PATCH] Remove irrelevant nix option when using Lix --- modules/common/nix.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/common/nix.nix b/modules/common/nix.nix index a791149..8479773 100644 --- a/modules/common/nix.nix +++ b/modules/common/nix.nix @@ -1,17 +1,12 @@ { - pkgs, lib, - config, ... }: -with lib; { config = { nix = { settings.sandbox = true; - package = pkgs.nixVersions.stable; - extraOptions = '' experimental-features = nix-command flakes '';