Skip to content

Commit

Permalink
Set exe flake for cabal-plan package
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Aug 21, 2024
1 parent 2b88e44 commit 42b783f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nix/pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ in with final;
};

cabal-plan = haskell-nix.tool compiler-nix-name "cabal-plan" {
cabalProjectLocal = ''
flags: +exe
'';
};

cardanolib-py = callPackage ./cardanolib-py { };
Expand Down

0 comments on commit 42b783f

Please sign in to comment.