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

This reverts commit ae0a87956e.
This commit is contained in:
Fabián Heredia Montiel
2024-09-18 00:09:14 -06:00
parent ae0a87956e
commit cc5d09dd2e
+1 -3
View File
@@ -38044,9 +38044,7 @@ with pkgs;
nixpkgs-review = callPackage ../tools/package-management/nixpkgs-review { };
nix-serve = callPackage ../tools/package-management/nix-serve {
nix = nixVersions.nix_2_18;
};
nix-serve = callPackage ../tools/package-management/nix-serve { };
nix-serve-ng = haskell.lib.compose.justStaticExecutables haskellPackages.nix-serve-ng;