fake version

This commit is contained in:
jade 2024-03-08 00:10:56 -08:00
parent bfceafae96
commit 3fe47ad3f3

View file

@ -20,7 +20,8 @@ in
# FIXME: do something less scuffed
nix_2_18 = (prev.nixVersions.nix_2_18.override { boehmgc = boehmgc-patched; }).overrideAttrs (old: {
src = lix;
version = "2.90.0-lix";
# FIXME: fake version so that nixpkgs will not try to use nix config >_>
version = "2.18.3-lix";
VERSION_SUFFIX = "-lix";
patches = [ ];