forked from lix-project/nixos-module
fix: pin nixos-option
to upstream
Signed-off-by: Raito Bezarius <raito@lix.systems>
This commit is contained in:
parent
0ccb82f2b0
commit
a50986cfc7
|
@ -44,6 +44,10 @@ in
|
||||||
nix = final.nixVersions.nix_2_18_upstream;
|
nix = final.nixVersions.nix_2_18_upstream;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nixos-option = prev.nixos-option.override {
|
||||||
|
nix = final.nixVersions.nix_2_18_upstream;
|
||||||
|
};
|
||||||
|
|
||||||
nix-doc = prev.nix-doc.overrideAttrs (old: {
|
nix-doc = prev.nix-doc.overrideAttrs (old: {
|
||||||
# for the purposes of nix C++ API for nix-doc, lix is Nix 2.20
|
# for the purposes of nix C++ API for nix-doc, lix is Nix 2.20
|
||||||
NIX_CFLAGS_COMPILE = [ "-DNIX_2_20_0" ];
|
NIX_CFLAGS_COMPILE = [ "-DNIX_2_20_0" ];
|
||||||
|
|
Loading…
Reference in a new issue