Compare commits

...

3 Commits

Author SHA1 Message Date
jolheiser 7074d38d04
chore: update bookmarks
Signed-off-by: jolheiser <git@jolheiser.com>
2024-07-18 20:28:12 -05:00
jolheiser da15c72521
chore: update git-pr
Signed-off-by: jolheiser <git@jolheiser.com>
2024-07-18 17:11:27 -05:00
jolheiser fb5c4abe9c
chore(git-pr): add git-pr-nix to repos
Signed-off-by: jolheiser <git@jolheiser.com>
2024-07-18 17:03:36 -05:00
3 changed files with 16 additions and 4 deletions

View File

@ -126,6 +126,13 @@
keyword = "ugit";
url = "https://git.jolheiser.com";
}
{
name = "git-pr";
tags = ["git" "pr"];
keyword = "git-pr";
url = "https://pr.jolheiser.com";
}
{
name = "todo";
tags = ["vikunja" "todo"];

View File

@ -241,11 +241,11 @@
]
},
"locked": {
"lastModified": 1721228813,
"narHash": "sha256-9gvODauILs6shbj26qRfW8Y87DvUkiQrbgnK4i8cIQ0=",
"lastModified": 1721340590,
"narHash": "sha256-tYPMQQBlSHXingYIDhKV0gc+MdmmrFHgbtB+sIQEITI=",
"ref": "refs/heads/main",
"rev": "1876b4b4a68fb29581dcd8fb8e9315728099f74b",
"revCount": 4,
"rev": "91377867bf1b592b602bc5f9f194a973bff6a343",
"revCount": 8,
"type": "git",
"url": "https://git.jolheiser.com/git-pr-nix.git"
},

View File

@ -15,6 +15,11 @@
cloneAddr = "https://git.jolheiser.com/ugit.git";
desc = "Minimal git service";
}
{
id = "git-pr-nix";
cloneAddr = "https://git.jolheiser.com/git-pr-nix.git";
desc = "Nix flake, package, and module for git-pr";
}
];
};
}