feat: switch to crane
All checks were successful
/ check (push) Successful in 6s
/ build (push) Successful in 1s

Should provide better caching of the intermediate build artifacts.
This commit is contained in:
Jalil David Salamé Messina 2024-10-28 21:50:33 +01:00
parent 8dd8b9e3aa
commit d44d2aa1a7
Signed by: jalil
GPG key ID: F016B9E770737A0B
5 changed files with 83 additions and 64 deletions

16
flake.lock generated
View file

@ -1,5 +1,20 @@
{
"nodes": {
"crane": {
"locked": {
"lastModified": 1730060262,
"narHash": "sha256-RMgSVkZ9H03sxC+Vh4jxtLTCzSjPq18UWpiM0gq6shQ=",
"owner": "ipetkov",
"repo": "crane",
"rev": "498d9f122c413ee1154e8131ace5a35a80d8fa76",
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"type": "github"
}
},
"flake-parts": {
"inputs": {
"nixpkgs-lib": [
@ -37,6 +52,7 @@
},
"root": {
"inputs": {
"crane": "crane",
"flake-parts": "flake-parts",
"nixpkgs": "nixpkgs",
"systems": "systems",