1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-31 12:37:45 +00:00

perf: add substituter

This commit is contained in:
Kevin Amado 2022-02-07 22:44:51 -05:00
parent 19ba69fc20
commit c3722704e6
No known key found for this signature in database
GPG key ID: FFF341057F503148

View file

@ -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