Skip to content

Commit

Permalink
working flake build
Browse files Browse the repository at this point in the history
  • Loading branch information
robx committed May 17, 2022
1 parent 885e22c commit 7e35773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
project = devTools:
let addBuildTools = (t.flip hl.addBuildTools) devTools;
in pkgs.haskellPackages.developPackage {
root = pkgs.lib.sourceFilesBySuffices ./. [ ".cabal" ".hs" "LICENSE" ];
root = pkgs.lib.sourceFilesBySuffices ./. [ ".cabal" ".hs" "LICENSE" ".svg" ];
name = name;
returnShellEnv = !(devTools == [ ]);

source-overrides = { "SVGFonts" = "1.7.0.1"; };
modifier = (t.flip t.pipe) [
addBuildTools
hl.dontHaddock
Expand Down

0 comments on commit 7e35773

Please sign in to comment.