fix(3p/overlays): Downgrade Nix to stable version for nix-serve
Where I'm using stable in the non-versioning sense of the word. https: //github.com/edolstra/nix-serve/issues/28 Change-Id: I87869a62bc0f3b289950a79aabd4d2041390bb09
This commit is contained in:
parent
bc51bd99d9
commit
18c248547d
1 changed files with 4 additions and 0 deletions
4
third_party/overlays/tvl.nix
vendored
4
third_party/overlays/tvl.nix
vendored
|
@ -60,4 +60,8 @@ self: super: {
|
||||||
steam = super.steam.override {
|
steam = super.steam.override {
|
||||||
extraPkgs = pkgs: with pkgs; [ pango harfbuzz libthai ];
|
extraPkgs = pkgs: with pkgs; [ pango harfbuzz libthai ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# nix-serve does not work with nix 2.4
|
||||||
|
# https://github.com/edolstra/nix-serve/issues/28
|
||||||
|
nix-serve = super.nix-serve.override { nix = super.nix_2_3; };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue