Force hm to use lix also

This commit is contained in:
Bun 2025-03-29 03:49:42 -04:00
parent 5c3ae871f2
commit 280df8c9c1

View file

@ -6,10 +6,10 @@
];
nix = {
package = lib.mkForce pkgs.nix;
package = lib.mkForce pkgs.lix;
settings.experimental-features = [
"nix-command"
"flakes"
"nix-command"
];
};
}