Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Mar 19, 2024
1 parent a98b888 commit 9b29bc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions nix/outputs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ let


static =
staticPkgs.marlowe-apps.components.exes //
staticPkgs.marlowe-cli.components.exes;
staticPkgs.marlowe-apps.components.exes;
# TODO uncomment when bz2 problem is fixed
# // staticPkgs.marlowe-cli.components.exes;


allStatic = pkgs.runCommand "all-statics" { } ''
Expand Down
2 changes: 1 addition & 1 deletion nix/project.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let

src = ../.;

compiler-nix-name = "ghc964";
compiler-nix-name = lib.mkDefault "ghc928";

flake.variants.profiled.modules = [{
enableProfiling = true;
Expand Down

0 comments on commit 9b29bc5

Please sign in to comment.