Volume
This commit is contained in:
@@ -13,6 +13,8 @@ pipeline:
|
|||||||
# Run through Nix
|
# Run through Nix
|
||||||
- nix --experimental-features 'nix-command flakes' build
|
- nix --experimental-features 'nix-command flakes' build
|
||||||
- nix --experimental-features 'nix-command flakes' run
|
- nix --experimental-features 'nix-command flakes' run
|
||||||
|
volumes:
|
||||||
|
- /nix:/mnt/nix:ro
|
||||||
|
|
||||||
when:
|
when:
|
||||||
evaluate: '(CI_BUILD_EVENT == "push" && CI_COMMIT_BRANCH == CI_REPO_DEFAULT_BRANCH) || (CI_BUILD_EVENT == "pull_request")'
|
evaluate: '(CI_BUILD_EVENT == "push" && CI_COMMIT_BRANCH == CI_REPO_DEFAULT_BRANCH) || (CI_BUILD_EVENT == "pull_request")'
|
||||||
|
Reference in New Issue
Block a user