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 d92b937a8f
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": {
"lastModified": 1743710531,
"narHash": "sha256-S9eMrwKmnWlNph9g0gszMp6nF/et/+P4gohN/bPrIwI=",
"lastModified": 1743515958,
"narHash": "sha256-KVRJFopEeIXROx0utbNeDINLGGJ2G2ET41Ccv9A1iow=",
"owner": "xinyangli",
"repo": "comin",
"rev": "864e94f8c3ead75195575405fff76de5e3b216fe",
"rev": "88e4f7cba2869acb8d738b1e8d15985a094f560f",
"type": "github"
},
"original": {
"owner": "xinyangli",
"ref": "garnix-executor",
"repo": "comin",
"type": "github"
}

View file

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