mirror of
https://github.com/RGBCube/alejandra
synced 2025-08-01 04:57:44 +00:00
parent
d7412cbefc
commit
3676c4c331
2 changed files with 10 additions and 10 deletions
12
.github/workflows/pr.yaml
vendored
12
.github/workflows/pr.yaml
vendored
|
@ -19,8 +19,8 @@ jobs:
|
||||||
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,8 +31,8 @@ jobs:
|
||||||
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
|
||||||
|
@ -47,8 +47,8 @@ jobs:
|
||||||
# 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'
|
||||||
# print-dev-env \
|
# print-dev-env \
|
||||||
# --no-update-lock-file \
|
# --no-update-lock-file \
|
||||||
# --no-write-lock-file \
|
# --no-write-lock-file \
|
||||||
|
|
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
|
@ -20,16 +20,16 @@ jobs:
|
||||||
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
|
||||||
|
|
||||||
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' \
|
||||||
develop \
|
develop \
|
||||||
--profile \
|
--profile \
|
||||||
develop
|
develop
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue