add workout-sync

This commit is contained in:
Joakim Repomaa
2025-02-08 00:47:15 +02:00
parent 0b4e55e0b4
commit d32a5dc147
4 changed files with 53 additions and 1 deletions

View File

@@ -42,6 +42,10 @@
url = "github:repomaa/ketchup";
inputs.nixpkgs.follows = "nixpkgs";
};
workout-sync = {
url = "sourcehut:~repomaa/workout-sync";
inputs.nixpkgs.follows = "nixpkgs";
};
ksoloti-pr.url = "github:repomaa/nixpkgs/pkg/ksoloti";
};
outputs = { nixpkgs, ... }@inputs: