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:
parent
131c177c90
commit
a27fb4a608
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue