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