Skip to content

Commit a173f17

Browse files
committed
Merge #223: ci: Replace nix-shell with equivalent nix develop command
18a2237 ci: Replace nix-shell with equivalent nix develop command (Ryan Ofsky) Pull request description: 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") ACKs for top commit: TheCharlatan: ACK 18a2237 Tree-SHA512: f826d18983b6561fc75da4ec89aa54d3129da68fc7ce6d6c6e48419da2d9138ba37d2ecba43e232c74fb3ca1c22c32075333c290817a09aabd5665c8c6c78a0f
2 parents 625eaca + 18a2237 commit a173f17

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)