mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-31 12:37:45 +00:00
feat: do not push development environment
This commit is contained in:
parent
41218da8a3
commit
0126d786a2
1 changed files with 1 additions and 10 deletions
11
.github/workflows/release.yaml
vendored
11
.github/workflows/release.yaml
vendored
|
@ -25,16 +25,7 @@ jobs:
|
|||
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 develop result
|
||||
cachix push --compression-level 9 alejandra result
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue