forked from lix-project/nixos-module
fake version
This commit is contained in:
parent
bfceafae96
commit
3fe47ad3f3
|
@ -20,7 +20,8 @@ in
|
||||||
# FIXME: do something less scuffed
|
# FIXME: do something less scuffed
|
||||||
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.90.0-lix";
|
# FIXME: fake version so that nixpkgs will not try to use nix config >_>
|
||||||
|
version = "2.18.3-lix";
|
||||||
VERSION_SUFFIX = "-lix";
|
VERSION_SUFFIX = "-lix";
|
||||||
|
|
||||||
patches = [ ];
|
patches = [ ];
|
||||||
|
|
Loading…
Reference in a new issue