nix-serve: pin nix to nixVersions.nix_2_18 (previous stable) due to breaking changes

This commit is contained in:
Fabián Heredia Montiel 2024-09-17 22:22:42 -06:00
parent 6a4de5f83d
commit ae0a87956e

View File

@ -38044,7 +38044,9 @@ with pkgs;
nixpkgs-review = callPackage ../tools/package-management/nixpkgs-review { };
nix-serve = callPackage ../tools/package-management/nix-serve { };
nix-serve = callPackage ../tools/package-management/nix-serve {
nix = nixVersions.nix_2_18;
};
nix-serve-ng = haskell.lib.compose.justStaticExecutables haskellPackages.nix-serve-ng;