forked from lix-project/nixos-module
version suffix
This commit is contained in:
parent
be0e76426b
commit
95c13a16e0
|
@ -21,6 +21,7 @@ in
|
||||||
nix_2_18 = (prev.nixVersions.nix_2_18.override { boehmgc = boehmgc-patched; }).overrideAttrs (old: {
|
nix_2_18 = (prev.nixVersions.nix_2_18.override { boehmgc = boehmgc-patched; }).overrideAttrs (old: {
|
||||||
src = lix;
|
src = lix;
|
||||||
version = "2.18.3-lix";
|
version = "2.18.3-lix";
|
||||||
|
VERSION_SUFFIX = "-lix";
|
||||||
|
|
||||||
patches = [ ];
|
patches = [ ];
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue