Starting to add mdt task management but why
All checks were successful
Test templates, puts into cache / nix (nix-runner) (push) Successful in 5m30s

This commit is contained in:
Deepak Mallubhotla 2025-04-03 11:04:51 -05:00
parent 7550088fab
commit 8bfa12f11d
Signed by: deepak
GPG Key ID: 47831B15427F5A55
2 changed files with 24 additions and 0 deletions

18
flake.lock generated
View File

@ -99,6 +99,23 @@
"type": "github"
}
},
"mdt": {
"flake": false,
"locked": {
"lastModified": 1687191858,
"narHash": "sha256-823Poh8vwhEAa6uJntDY7G2i/dCTzOffklhcPX8rgZM=",
"owner": "basilioss",
"repo": "mdt",
"rev": "8c8e47c43ae7dedc71285ecf28543ada8ebd1fdb",
"type": "github"
},
"original": {
"owner": "basilioss",
"ref": "main",
"repo": "mdt",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1735554305,
@ -286,6 +303,7 @@
"claude-mcp-bundle": "claude-mcp-bundle",
"cmp-vimtex": "cmp-vimtex",
"homeManager-24-11": "homeManager-24-11",
"mdt": "mdt",
"nixpkgs": "nixpkgs_2",
"nixpkgs-24-11": "nixpkgs-24-11",
"nomodoro": "nomodoro",

View File

@ -52,6 +52,12 @@
url = "git+ssh://git@gitea.deepak.science:2222/deepak/claude_mcp_bundle.git";
inputs.nixpkgs.follows = "nixpkgs";
};
mdt = {
url = "github:basilioss/mdt/main";
flake = false;
};
};
outputs =