mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -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;
|
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 = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue