mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-31 12:37:45 +00:00
feat: push to cachix
This commit is contained in:
parent
202b4ce0f3
commit
c62d1d9490
1 changed files with 6 additions and 6 deletions
12
.github/workflows/release.yaml
vendored
12
.github/workflows/release.yaml
vendored
|
@ -17,12 +17,12 @@ jobs:
|
|||
with:
|
||||
args: >
|
||||
bash -ec "
|
||||
nix
|
||||
--extra-experimental-features flakes
|
||||
--extra-experimental-features nix-command
|
||||
--extra-substituters http://172.17.0.1:5000?trusted=1
|
||||
--extra-substituters https://alejandra.cachix.org?trusted=1
|
||||
build
|
||||
nix \
|
||||
--extra-experimental-features flakes \
|
||||
--extra-experimental-features nix-command \
|
||||
--extra-substituters http://172.17.0.1:5000?trusted=1 \
|
||||
--extra-substituters https://alejandra.cachix.org?trusted=1 \
|
||||
build \
|
||||
--print-build-logs
|
||||
|
||||
nix-env -iA cachix -f https://cachix.org/api/v1/install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue