Skip to content
Snippets Groups Projects

Put nix in the shell environment

Merged Jean-Paul Calderone requested to merge debug-ci-failures into develop
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
1
@@ -67,8 +67,9 @@ unit-tests:
stage: "build"
script:
- |
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:
Loading