ci: caching for the base derivation made false

This commit is contained in:
kat witch 2021-05-21 17:15:42 +01:00
parent 3fb454be78
commit f2dd2de4a0
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -40,6 +40,9 @@ with lib; {
tasks.niv-build.inputs = with channels.cipkgs; tasks.niv-build.inputs = with channels.cipkgs;
ci.command { ci.command {
name = "niv-update-build"; name = "niv-update-build";
cache = {
enable = false;
};
displayName = "niv update build"; displayName = "niv update build";
environment = [ "OPENSSH_PRIVATE_KEY" "CACHIX_SIGNING_KEY" "GITHUB_REF" ]; environment = [ "OPENSSH_PRIVATE_KEY" "CACHIX_SIGNING_KEY" "GITHUB_REF" ];
command = '' command = ''