flake.nix: use garnix-executor branch of comin

This commit is contained in:
xinyangli 2025-04-24 09:24:25 +08:00
parent 07df59aa20
commit 14d33ccc2d
No known key found for this signature in database
2 changed files with 5 additions and 4 deletions

7
flake.lock generated
View file

@ -51,15 +51,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1743710531, "lastModified": 1745457785,
"narHash": "sha256-S9eMrwKmnWlNph9g0gszMp6nF/et/+P4gohN/bPrIwI=", "narHash": "sha256-vXrzTMIIvabddcGNiYz7+2xjXVGotu2hwNnZhmVcSLM=",
"owner": "xinyangli", "owner": "xinyangli",
"repo": "comin", "repo": "comin",
"rev": "864e94f8c3ead75195575405fff76de5e3b216fe", "rev": "aeb765d5e18790e8fe9fc1ce772416dcc4247056",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "xinyangli", "owner": "xinyangli",
"ref": "garnix-executor",
"repo": "comin", "repo": "comin",
"type": "github" "type": "github"
} }

View file

@ -58,7 +58,7 @@
}; };
comin = { comin = {
url = "github:xinyangli/comin"; url = "github:xinyangli/comin/garnix-executor";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };