Skip to content

Commit 42b783f

Browse files
committed
Set exe flake for cabal-plan package
1 parent 2b88e44 commit 42b783f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nix/pkgs.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ in with final;
111111
};
112112

113113
cabal-plan = haskell-nix.tool compiler-nix-name "cabal-plan" {
114+
cabalProjectLocal = ''
115+
flags: +exe
116+
'';
114117
};
115118

116119
cardanolib-py = callPackage ./cardanolib-py { };

0 commit comments

Comments
 (0)