Starting to add mdt task management but why
All checks were successful
Test templates, puts into cache / nix (nix-runner) (push) Successful in 5m30s
All checks were successful
Test templates, puts into cache / nix (nix-runner) (push) Successful in 5m30s
This commit is contained in:
parent
7550088fab
commit
8bfa12f11d
18
flake.lock
generated
18
flake.lock
generated
@ -99,6 +99,23 @@
|
|||||||
"type": "github"
|
"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": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1735554305,
|
"lastModified": 1735554305,
|
||||||
@ -286,6 +303,7 @@
|
|||||||
"claude-mcp-bundle": "claude-mcp-bundle",
|
"claude-mcp-bundle": "claude-mcp-bundle",
|
||||||
"cmp-vimtex": "cmp-vimtex",
|
"cmp-vimtex": "cmp-vimtex",
|
||||||
"homeManager-24-11": "homeManager-24-11",
|
"homeManager-24-11": "homeManager-24-11",
|
||||||
|
"mdt": "mdt",
|
||||||
"nixpkgs": "nixpkgs_2",
|
"nixpkgs": "nixpkgs_2",
|
||||||
"nixpkgs-24-11": "nixpkgs-24-11",
|
"nixpkgs-24-11": "nixpkgs-24-11",
|
||||||
"nomodoro": "nomodoro",
|
"nomodoro": "nomodoro",
|
||||||
|
@ -52,6 +52,12 @@
|
|||||||
url = "git+ssh://git@gitea.deepak.science:2222/deepak/claude_mcp_bundle.git";
|
url = "git+ssh://git@gitea.deepak.science:2222/deepak/claude_mcp_bundle.git";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mdt = {
|
||||||
|
url = "github:basilioss/mdt/main";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user