Skip to content

Commit

Permalink
chore: mark little-snitch as broken (see issue #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcszymansk committed Nov 27, 2023
1 parent 1bc2f6a commit 7e7d67f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ _:

let
noSandbox = _: { __noChroot = true; };
broken = _: { meta.broken = true; };
in
{
macpass = _: { setSourceRoot = "sourceRoot=."; };
docker = noSandbox;
little-snitch = broken;
}

0 comments on commit 7e7d67f

Please sign in to comment.