mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
ci: caching for the base derivation made false
This commit is contained in:
parent
3fb454be78
commit
f2dd2de4a0
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@ with lib; {
|
|||
tasks.niv-build.inputs = with channels.cipkgs;
|
||||
ci.command {
|
||||
name = "niv-update-build";
|
||||
cache = {
|
||||
enable = false;
|
||||
};
|
||||
displayName = "niv update build";
|
||||
environment = [ "OPENSSH_PRIVATE_KEY" "CACHIX_SIGNING_KEY" "GITHUB_REF" ];
|
||||
command = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue