comin: Init module

This commit is contained in:
SebastianStork 2026-02-03 18:31:40 +01:00
parent fe94d7f146
commit 3aa54b226f
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
3 changed files with 65 additions and 1 deletions

View file

@ -25,6 +25,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
comin = {
url = "github:nlewo/comin";
inputs.nixpkgs.follows = "nixpkgs";
};
deploy-rs = {
url = "github:serokell/deploy-rs";
inputs.nixpkgs.follows = "nixpkgs";