Skip to content

Commit

Permalink
switch to lowdown-unsandboxed package
Browse files Browse the repository at this point in the history
This is needed for macos support as the sandboxed version of lowdown
doesn't work in the nix sandbox.
  • Loading branch information
Mic92 committed Dec 3, 2024
1 parent 5a6bfec commit 9526cbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manual/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

, meson
, ninja
, lowdown
, lowdown-unsandboxed
, mdbook
, mdbook-linkcheck
, jq
Expand Down Expand Up @@ -42,7 +42,7 @@ mkMesonDerivation (finalAttrs: {
passthru.externalNativeBuildInputs = [
meson
ninja
(lib.getBin lowdown)
(lib.getBin lowdown-unsandboxed)
mdbook
mdbook-linkcheck
jq
Expand Down

0 comments on commit 9526cbb

Please sign in to comment.