Skip to content

Commit 7e35773

Browse files
committed
working flake build
1 parent 885e22c commit 7e35773

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
project = devTools:
1717
let addBuildTools = (t.flip hl.addBuildTools) devTools;
1818
in pkgs.haskellPackages.developPackage {
19-
root = pkgs.lib.sourceFilesBySuffices ./. [ ".cabal" ".hs" "LICENSE" ];
19+
root = pkgs.lib.sourceFilesBySuffices ./. [ ".cabal" ".hs" "LICENSE" ".svg" ];
2020
name = name;
2121
returnShellEnv = !(devTools == [ ]);
22-
22+
source-overrides = { "SVGFonts" = "1.7.0.1"; };
2323
modifier = (t.flip t.pipe) [
2424
addBuildTools
2525
hl.dontHaddock

0 commit comments

Comments
 (0)