fake version

This commit is contained in:
Jade Lovelace 2024-03-08 00:10:56 -08:00
parent 5ca6ed5690
commit a312274b08

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 = [ ];