flake(upcache): cache all outputs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-08-12 21:42:00 +02:00
parent 284b0af647
commit b55de0a357
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -160,6 +160,9 @@
xargs nix-store --realise | \ xargs nix-store --realise | \
xargs nix-store --query --requisites | \ xargs nix-store --query --requisites | \
cachix push ${projname} cachix push ${projname}
nix build --json \
| jq -r '.[].outputs | to_entries[].value' \
| cachix push ${projname}
''; '';
add-license = pkgs.writeShellScriptBin "add-license" '' add-license = pkgs.writeShellScriptBin "add-license" ''
go run github.com/google/addlicense@v1.0.0 -v \ go run github.com/google/addlicense@v1.0.0 -v \