mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
nix-serve: pin nix to nixVersions.nix_2_18 (previous stable) due to breaking changes
This commit is contained in:
parent
6a4de5f83d
commit
ae0a87956e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user