mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-31 12:37:45 +00:00
feat: push dev shell
This commit is contained in:
parent
a1037577d3
commit
41218da8a3
2 changed files with 18 additions and 9 deletions
12
.github/workflows/pr.yaml
vendored
12
.github/workflows/pr.yaml
vendored
|
@ -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 \
|
||||
|
|
15
.github/workflows/release.yaml
vendored
15
.github/workflows/release.yaml
vendored
|
@ -20,12 +20,21 @@ 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' \
|
||||
develop \
|
||||
--profile \
|
||||
develop
|
||||
|
||||
nix-env -iA cachix -f https://cachix.org/api/v1/install
|
||||
|
||||
cachix push --compression-level 9 alejandra result
|
||||
cachix push --compression-level 9 alejandra develop result
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue