Skip to content

Commit

Permalink
Expose filter path in dev Shell
Browse files Browse the repository at this point in the history
  • Loading branch information
ysndr committed Sep 9, 2021
1 parent 2e412bf commit 2b78fb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
devShell = system:
nixpkgs.legacyPackages.${system}.mkShell {
inputsFrom = builtins.attrValues (packages system);
NIXPKGS_PANDOC_FILTERS_PATH = "${nixpkgs + "/doc/build-aux/pandoc-filters"}";
};
in
{
Expand Down

0 comments on commit 2b78fb7

Please sign in to comment.