Skip to content

Commit

Permalink
nix-serve: mark as broken on darwin (#343728)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored Oct 30, 2024
2 parents 8716a13 + f7e7cd2 commit 0dff984
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/tools/package-management/nix-serve/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ stdenv.mkDerivation {
description = "Utility for sharing a Nix store as a binary cache";
maintainers = [ maintainers.eelco ];
license = licenses.lgpl21;
# See https://github.com/edolstra/nix-serve/issues/57
broken = stdenv.isDarwin;
platforms = nix.meta.platforms;
mainProgram = "nix-serve";
};
Expand Down

0 comments on commit 0dff984

Please sign in to comment.