mirror of
https://github.com/RGBCube/alejandra
synced 2025-08-01 04:57:44 +00:00
feat: push to cachix
This commit is contained in:
parent
ed40bba5e6
commit
4647ec5c59
1 changed files with 11 additions and 9 deletions
20
.github/workflows/release.yaml
vendored
20
.github/workflows/release.yaml
vendored
|
@ -22,13 +22,15 @@ jobs:
|
||||||
uses: docker://nixos/nix
|
uses: docker://nixos/nix
|
||||||
with:
|
with:
|
||||||
args: >
|
args: >
|
||||||
nix
|
bash -ec "
|
||||||
--extra-experimental-features flakes
|
nix
|
||||||
--extra-experimental-features nix-command
|
--extra-experimental-features flakes
|
||||||
--extra-substituters http://172.17.0.1:5000?trusted=1
|
--extra-experimental-features nix-command
|
||||||
build
|
--extra-substituters http://172.17.0.1:5000?trusted=1
|
||||||
--print-build-logs
|
build
|
||||||
|
--print-build-logs
|
||||||
|
|
||||||
- name: Push
|
nix-env -iA cachix -f https://cachix.org/api/v1/install
|
||||||
run: |
|
|
||||||
cachix push result
|
cachix push --compression-level 9 alejandra result
|
||||||
|
"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue