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

revert: remove quotes

This reverts commit d7412cbefc.
This commit is contained in:
Kevin Amado 2022-02-07 23:55:11 -05:00
parent d7412cbefc
commit 3676c4c331
No known key found for this signature in database
GPG key ID: FFF341057F503148
2 changed files with 10 additions and 10 deletions

View file

@ -19,8 +19,8 @@ jobs:
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
--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,8 +31,8 @@ jobs:
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
--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
@ -47,8 +47,8 @@ jobs:
# 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
# --extra-substituters 'http://172.17.0.1:5000?priority=1&trusted=1'
# --extra-substituters 'https://alejandra.cachix.org?priority=100&trusted=1'
# print-dev-env \
# --no-update-lock-file \
# --no-write-lock-file \

View file

@ -20,16 +20,16 @@ jobs:
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 \
--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
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 \
--extra-substituters 'http://172.17.0.1:5000?priority=1&trusted=1' \
--extra-substituters 'https://alejandra.cachix.org?priority=100&trusted=1' \
develop \
--profile \
develop