feat: workflow save to cache
runner nix smoke / nix label and flake smoke (push) Failing after 8s

This commit is contained in:
2026-09-09 15:05:34 +00:00
parent 906e56a78a
commit 6dc2391b13
10 changed files with 939 additions and 3 deletions
+2
View File
@@ -173,4 +173,6 @@ in {
pg-15-ext-plsh = buildPlShExt pkgs "15";
stable-video-diffusion-api = pkgs.callPackage ./stable-video-diffusion-api {};
media-browser = pkgs.callPackage ./media-browser {};
} // pkgs.lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux {
with-attic-cache = pkgs.callPackage ./with-attic-cache {};
}