core/pkgs/by-name/li/lix/packages.nix
isabel roses 256c245a65
Some checks failed
buildbot/nix-eval Build done.
lix: 2.90 -> 2.91
2024-08-17 17:39:28 +01:00

16 lines
319 B
Nix

_: _: pkgs: _:
with pkgs; {
lixVersions = recurseIntoAttrs (
callPackage ./. {
storeDir = config.nix.storeDir or "/nix/store";
stateDir = config.nix.stateDir or "/nix/var";
inherit (darwin.apple_sdk.frameworks) Security;
}
);
lix = lixVersions.stable;
lixStatic = pkgsStatic.lix;
}