Add git-repo-updater
All checks were successful
/ check (push) Successful in 1m41s

This commit is contained in:
Oliver Davies 2025-08-01 10:22:21 +01:00
parent deae2b1055
commit df4a7bf521
3 changed files with 67 additions and 0 deletions

View file

@ -22,6 +22,13 @@
flake-parts.url = "github:hercules-ci/flake-parts";
git-repo-updater = {
inputs.flake-parts.follows = "flake-parts";
inputs.import-tree.follows = "import-tree";
inputs.nixpkgs.follows = "nixpkgs";
url = "git+https://code.oliverdavies.uk/opdavies/git-repo-updater";
};
home-manager = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/home-manager/master";