mirror of
https://github.com/RGBCube/alejandra
synced 2025-08-01 04:57:44 +00:00
feat: continuation \
This commit is contained in:
parent
35043c7c1e
commit
82cad9eabd
1 changed files with 13 additions and 13 deletions
26
.github/workflows/pr.yaml
vendored
26
.github/workflows/pr.yaml
vendored
|
@ -17,12 +17,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
args: >
|
args: >
|
||||||
bash -ec "
|
bash -ec "
|
||||||
nix
|
nix \
|
||||||
--extra-experimental-features flakes
|
--extra-experimental-features flakes \
|
||||||
--extra-experimental-features nix-command
|
--extra-experimental-features nix-command \
|
||||||
--extra-substituters 'http://172.17.0.1:5000?priority=1&trusted=1'
|
--extra-substituters 'http://172.17.0.1:5000?priority=1&trusted=1' \
|
||||||
--extra-substituters 'https://alejandra.cachix.org?priority=100&trusted=1'
|
--extra-substituters 'https://alejandra.cachix.org?priority=100&trusted=1' \
|
||||||
build
|
build \
|
||||||
--print-build-logs
|
--print-build-logs
|
||||||
"
|
"
|
||||||
|
|
||||||
|
@ -31,13 +31,13 @@ jobs:
|
||||||
with:
|
with:
|
||||||
args: >
|
args: >
|
||||||
bash -ec "
|
bash -ec "
|
||||||
nix
|
nix \
|
||||||
--extra-experimental-features flakes
|
--extra-experimental-features flakes \
|
||||||
--extra-experimental-features nix-command
|
--extra-experimental-features nix-command \
|
||||||
--extra-substituters 'http://172.17.0.1:5000?priority=1&trusted=1'
|
--extra-substituters 'http://172.17.0.1:5000?priority=1&trusted=1' \
|
||||||
--extra-substituters 'https://alejandra.cachix.org?priority=100&trusted=1'
|
--extra-substituters 'https://alejandra.cachix.org?priority=100&trusted=1' \
|
||||||
flake
|
flake \
|
||||||
check
|
check \
|
||||||
--print-build-logs
|
--print-build-logs
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue