Add an explicit cache restore

This commit is contained in:
Greg Hellings
2024-06-21 16:23:24 -05:00
parent 9bb997c9e7
commit 04b625f9e4
4 changed files with 16 additions and 7 deletions
+9
View File
@@ -53,6 +53,15 @@
];
text = builtins.readFile ./cache.sh;
};
cache-restore = pkgs.writeShellApplication {
name = "cache-restore";
runtimeInputs = with pkgs; [
jq
minio-client
packer
];
text = builtins.readFile ./cache-restore.sh;
};
};
# https://numtide.github.io/treefmt/