1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-08-01 21:17:45 +00:00

feat: push to cachix

This commit is contained in:
Kevin Amado 2022-02-07 23:26:28 -05:00
parent ed40bba5e6
commit 4647ec5c59
No known key found for this signature in database
GPG key ID: FFF341057F503148

View file

@ -22,6 +22,7 @@ jobs:
uses: docker://nixos/nix uses: docker://nixos/nix
with: with:
args: > args: >
bash -ec "
nix nix
--extra-experimental-features flakes --extra-experimental-features flakes
--extra-experimental-features nix-command --extra-experimental-features nix-command
@ -29,6 +30,7 @@ jobs:
build build
--print-build-logs --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
"