Skip to content

Commit

Permalink
nix-serve: pin nix to nixVersions.nix_2_18 (previous stable) due to b…
Browse files Browse the repository at this point in the history
…reaking changes
  • Loading branch information
fabianhjr committed Sep 18, 2024
1 parent 6a4de5f commit ae0a879
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit ae0a879

Please sign in to comment.