Skip to content

Commit 28a39c7

Browse files
committed
lixPackageSets.latest.nix-init init
Also requires a lix override
1 parent 947e2f3 commit 28a39c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/tools/package-management/lix/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
nix-serve-ng,
2424
colmena,
2525
nix-update,
26+
nix-init,
2627

2728
storeDir ? "/nix/store",
2829
stateDir ? "/nix/var",
@@ -136,6 +137,10 @@ let
136137
nix = self.lix;
137138
inherit (self) nixpkgs-review;
138139
};
140+
141+
nix-init = nix-init.override {
142+
nix = self.lix;
143+
};
139144
};
140145
};
141146

0 commit comments

Comments
 (0)