Skip to content
Snippets Groups Projects
Commit aebcd2db authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Make the build shell pure to avoid accidental host environment deps

Previously we got nix from the host env without even realizing it.  As soon as
it upgraded things broke.
parent c9580be4
No related tags found
2 merge requests!353Put nix in the shell environment,!351update production
Pipeline #2512 failed
......@@ -69,7 +69,7 @@ unit-tests:
- |
set -x
# GRID is set in one of the "instantiations" of this job template.
nix-shell --run "morph build --show-trace morph/grid/${GRID}/grid.nix"
nix-shell --pure --run "morph build --show-trace morph/grid/${GRID}/grid.nix"
morph-build-localdev:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment