flake(upcache): cache all outputs
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
284b0af647
commit
b55de0a357
@ -160,6 +160,9 @@
|
||||
xargs nix-store --realise | \
|
||||
xargs nix-store --query --requisites | \
|
||||
cachix push ${projname}
|
||||
nix build --json \
|
||||
| jq -r '.[].outputs | to_entries[].value' \
|
||||
| cachix push ${projname}
|
||||
'';
|
||||
add-license = pkgs.writeShellScriptBin "add-license" ''
|
||||
go run github.com/google/addlicense@v1.0.0 -v \
|
||||
|
Loading…
Reference in New Issue
Block a user