Skip to content

Commit 18a2237

Browse files
committed
ci: Replace nix-shell with equivalent nix develop command
Functionality is the same, this just shows nicer status information when building locally. (For even nicer status information you can install nix-output-monitor and replace "nix develop" with "nom develop")
1 parent ec86e43 commit 18a2237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ set -o errexit -o nounset -o pipefail -o xtrace
1010

1111
[ "${CI_CONFIG+x}" ] && source "$CI_CONFIG"
1212

13-
nix-shell --pure --keep CI_CONFIG --keep CI_CLEAN "${NIX_ARGS[@]+"${NIX_ARGS[@]}"}" --run ci/scripts/ci.sh shell.nix
13+
nix develop --ignore-environment --keep CI_CONFIG --keep CI_CLEAN "${NIX_ARGS[@]+"${NIX_ARGS[@]}"}" -f shell.nix --command ci/scripts/ci.sh

0 commit comments

Comments
 (0)