Finally fix standalone home-manager
This commit is contained in:
parent
d687e6d6c4
commit
41055434ce
|
@ -1,7 +1,10 @@
|
||||||
{ ... }:
|
{ lib, pkgs, ... }:
|
||||||
{
|
{
|
||||||
nix.settings.experimental-features = [
|
nix = {
|
||||||
|
package = lib.mkForce pkgs.nix;
|
||||||
|
settings.experimental-features = [
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
];
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue