Remove irrelevant nix option when using Lix
This commit is contained in:
parent
f77df7bf4a
commit
7c16330763
|
@ -1,17 +1,12 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
{
|
||||
config = {
|
||||
nix = {
|
||||
settings.sandbox = true;
|
||||
|
||||
package = pkgs.nixVersions.stable;
|
||||
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue