mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-31 04:27:45 +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
|
@ -275,6 +275,7 @@ Thank you ❤️
|
||||||
- [Joachim Ernst](https://github.com/0x4A6F).
|
- [Joachim Ernst](https://github.com/0x4A6F).
|
||||||
- [David Arnold](https://github.com/blaggacao).
|
- [David Arnold](https://github.com/blaggacao).
|
||||||
- [David Hauer](https://github.com/DavHau).
|
- [David Hauer](https://github.com/DavHau).
|
||||||
|
- [Ryan Mulligan](https://github.com/ryantm).
|
||||||
- [Fabian Möller](https://github.com/B4dM4n).
|
- [Fabian Möller](https://github.com/B4dM4n).
|
||||||
- [Rok Garbas](https://github.com/garbas).
|
- [Rok Garbas](https://github.com/garbas).
|
||||||
- [Yorick van Pelt](https://github.com/yorickvP).
|
- [Yorick van Pelt](https://github.com/yorickvP).
|
||||||
|
|
|
@ -8,7 +8,12 @@ steps:
|
||||||
command:
|
command:
|
||||||
- echo +++
|
- echo +++
|
||||||
- nix build .#alejandra-binaries
|
- 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/* .
|
- cp -L result/* .
|
||||||
|
|
||||||
- label: coverage
|
- label: coverage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue