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

Why did we run that nix-build in nix-shell?

docs.nix used to use <nixpkgs> so maybe that was why
parent f6346a39
No related branches found
No related tags found
3 merge requests!140Merge staging into production,!118Merge develop into staging,!113build docs with newer nixos
Pipeline #795 failed
......@@ -8,7 +8,7 @@ default:
docs:
stage: "build"
script:
- "nix-shell --run 'nix-build docs.nix'"
- "nix-build docs.nix'
- "cp --recursive --no-preserve=mode result/docs/. docs/build/"
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment