Skip to content

Commit

Permalink
Replace marlowe-cli in dev shell with cabal build + exec script
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbertra committed Apr 4, 2023
1 parent 291bb0a commit 96b71a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
, packages
}:
let
inherit (packages) pkgs marlowe docs marlowe-cli dev-scripts network;
inherit (packages) pkgs marlowe docs dev-scripts network;
inherit (dev-scripts) nix-flakes-alias start-cardano-node mkCabalExeScript;
inherit (pkgs) stdenv lib utillinux python3 nixpkgs-fmt writeShellScriptBin networks;
inherit (marlowe) haskell cabal-install stylish-haskell sphinxcontrib-haddock sphinx-markdown-tables sphinxemoji nix-pre-commit-hooks cardano-address;
Expand All @@ -16,6 +16,7 @@ let
'';

marlowe-runtime-cli = mkCabalExeScript "marlowe-runtime-cli" "marlowe-runtime-cli";
marlowe-cli = mkCabalExeScript "marlowe-cli" "marlowe-cli";

# For Sphinx, and ad-hoc usage
sphinxTools = python3.withPackages (ps: [
Expand Down

0 comments on commit 96b71a7

Please sign in to comment.