mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-31 12:37:45 +00:00
perf: add substituter
This commit is contained in:
parent
19ba69fc20
commit
c3722704e6
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pr.yaml
vendored
2
.github/workflows/pr.yaml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
|||
nix \
|
||||
--extra-experimental-features flakes \
|
||||
--extra-experimental-features nix-command \
|
||||
--extra-substituters http://172.17.0.1:5000?trusted=1 \
|
||||
print-dev-env \
|
||||
--no-update-lock-file \
|
||||
--no-write-lock-file \
|
||||
|
@ -38,5 +39,6 @@ jobs:
|
|||
nix
|
||||
--extra-experimental-features flakes
|
||||
--extra-experimental-features nix-command
|
||||
--extra-substituters http://172.17.0.1:5000?trusted=1
|
||||
build
|
||||
--print-build-logs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue