1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 20:31:07 +01:00

lix: try out

This commit is contained in:
2026-02-11 16:44:46 +01:00
parent c6a11c1d79
commit 9aaaaff724
3 changed files with 4 additions and 7 deletions

11
configs/lix.nix Normal file
View File

@@ -0,0 +1,11 @@
{
pkgs,
lib,
...
}:
{
nix = {
package = lib.mkForce pkgs.lix;
settings.experimental-features = [ "nix-command" "flakes" ];
};
}