1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

feat: push build deps to cachix

This commit is contained in:
Kevin Amado 2022-05-07 21:33:16 -06:00
parent 131c177c90
commit a27fb4a608
2 changed files with 7 additions and 1 deletions

View file

@ -8,7 +8,12 @@ steps:
command:
- echo +++
- nix build .#alejandra-binaries
- cachix push alejandra result
- nix-store
--query
--include-outputs $(nix-store --query --deriver result)
--requisites |
grep -v '\.drv$$' |
cachix push alejandra
- cp -L result/* .
- label: coverage