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, 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
''; '';