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

feat: continuation \

This commit is contained in:
Kevin Amado 2022-02-07 23:57:01 -05:00
parent 35043c7c1e
commit 82cad9eabd
No known key found for this signature in database
GPG key ID: FFF341057F503148

View file

@ -17,12 +17,12 @@ jobs:
with:
args: >
bash -ec "
nix
--extra-experimental-features flakes
--extra-experimental-features nix-command
--extra-substituters 'http://172.17.0.1:5000?priority=1&trusted=1'
--extra-substituters 'https://alejandra.cachix.org?priority=100&trusted=1'
build
nix \
--extra-experimental-features flakes \
--extra-experimental-features nix-command \
--extra-substituters 'http://172.17.0.1:5000?priority=1&trusted=1' \
--extra-substituters 'https://alejandra.cachix.org?priority=100&trusted=1' \
build \
--print-build-logs
"
@ -31,13 +31,13 @@ jobs:
with:
args: >
bash -ec "
nix
--extra-experimental-features flakes
--extra-experimental-features nix-command
--extra-substituters 'http://172.17.0.1:5000?priority=1&trusted=1'
--extra-substituters 'https://alejandra.cachix.org?priority=100&trusted=1'
flake
check
nix \
--extra-experimental-features flakes \
--extra-experimental-features nix-command \
--extra-substituters 'http://172.17.0.1:5000?priority=1&trusted=1' \
--extra-substituters 'https://alejandra.cachix.org?priority=100&trusted=1' \
flake \
check \
--print-build-logs
"