Remove irrelevant nix option when using Lix

This commit is contained in:
Victor Mignot 2024-11-26 18:12:10 +01:00
parent f77df7bf4a
commit 7c16330763
Signed by: dala
GPG key ID: 5E7F2CE1BEAFED3D

View file

@ -1,17 +1,12 @@
{
pkgs,
lib,
config,
...
}:
with lib;
{
config = {
nix = {
settings.sandbox = true;
package = pkgs.nixVersions.stable;
extraOptions = ''
experimental-features = nix-command flakes
'';