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
Branches
No related tags found
No related merge requests found
......@@ -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.
Please register or to comment