Skip to content

Commit a552c7b

Browse files
committed
tools: fix defaultPackage / re-add override
1 parent 7111c8c commit a552c7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

code/hsec-tools/flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
root = ./.;
2020
withHoogle = false;
2121
overrides = self: super: with pkgs.haskell.lib; {
22+
Cabal-syntax = super.Cabal-syntax_3_8_1_0;
2223
};
2324
modifier = drv:
2425
pkgs.haskell.lib.addBuildTools drv (with pkgs.haskellPackages;
@@ -33,7 +34,7 @@
3334
in
3435
{
3536
# Used by `nix build` & `nix run` (prod exe)
36-
defaultPackage = project true;
37+
defaultPackage = project false;
3738

3839
# Used by `nix develop` (dev shell)
3940
devShell = project true;

0 commit comments

Comments
 (0)