version suffix

This commit is contained in:
jade 2024-03-07 11:49:12 -08:00
parent be0e76426b
commit 95c13a16e0

View file

@ -21,6 +21,7 @@ in
nix_2_18 = (prev.nixVersions.nix_2_18.override { boehmgc = boehmgc-patched; }).overrideAttrs (old: {
src = lix;
version = "2.18.3-lix";
VERSION_SUFFIX = "-lix";
patches = [ ];
});