Skip to content

Commit c0fdc49

Browse files
authored
Merge pull request #4872 from input-output-hk/wb-shell-nix
workbench: `make shell-nix` use Nix-built binaries
2 parents 94b0341 + 872d600 commit c0fdc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ci-targets: $(CI_TARGETS)
5252
shell: ## Nix shell, (workbench from /nix/store), vars: PROFILE, CMD, RUN
5353
nix-shell -A 'workbench-shell' --max-jobs 8 --cores 0 --show-trace --argstr profileName ${PROFILE} --argstr backendName ${BACKEND} ${ARGS} ${if ${CMD},--command "${CMD}"} ${if ${RUN},--run "${RUN}"}
5454
shell-dev shell-prof shell-nix: shell
55-
shell-nix: ARGS += --arg 'workbenchDevMode' false ## Nix shell, (workbench from Nix store), vars: PROFILE, CMD, RUN
55+
shell-nix: ARGS += --arg 'useCabalRun' false ## Nix shell, (workbench from Nix store), vars: PROFILE, CMD, RUN
5656
shell-prof: ARGS += --arg 'profiled' true ## Nix shell, everything Haskell built profiled
5757

5858
analyse: RUN := wb analyse std ${TAG}

0 commit comments

Comments
 (0)