lixPackageSets.latest.nix-init init (#466954)

This commit is contained in:
Aleksana
2025-12-06 13:37:38 +00:00
committed by GitHub
@@ -23,6 +23,7 @@
nix-serve-ng,
colmena,
nix-update,
nix-init,
storeDir ? "/nix/store",
stateDir ? "/nix/var",
@@ -136,6 +137,10 @@ let
nix = self.lix;
inherit (self) nixpkgs-review;
};
nix-init = nix-init.override {
nix = self.lix;
};
};
};