Force hm to use lix also
This commit is contained in:
parent
5c3ae871f2
commit
280df8c9c1
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
package = lib.mkForce pkgs.nix;
|
package = lib.mkForce pkgs.lix;
|
||||||
settings.experimental-features = [
|
settings.experimental-features = [
|
||||||
"nix-command"
|
|
||||||
"flakes"
|
"flakes"
|
||||||
|
"nix-command"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue