feat(ci): enable github action ci

This commit is contained in:
2025-03-27 17:24:16 +08:00
committed by Samuel Dai
parent 3a513b525c
commit 35fb4a8232
5 changed files with 84 additions and 5 deletions

35
flake.lock generated
View File

@ -33,7 +33,39 @@
"type": "github"
}
},
"nix-github-actions": {
"inputs": {
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1737420293,
"narHash": "sha256-F1G5ifvqTpJq7fdkT34e/Jy9VCyzd5XfJ9TO8fHhJWE=",
"owner": "nix-community",
"repo": "nix-github-actions",
"rev": "f4158fa080ef4503c8f4c820967d946c2af31ec9",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nix-github-actions",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1688646010,
"narHash": "sha256-kCeza5eKI2NEi8k0EoeZfv3lN1r1Vwx+L/VA6I8tmG4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5daaa32204e9c46b05cd709218b7ba733d07e80c",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1739866667,
"narHash": "sha256-EO1ygNKZlsAC9avfcwHkKGMsmipUk1Uc0TbrEZpkn64=",
@ -53,7 +85,8 @@
"inputs": {
"crane": "crane",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
"nix-github-actions": "nix-github-actions",
"nixpkgs": "nixpkgs_2",
"rust-overlay": "rust-overlay"
}
},