Compare commits

..

No commits in common. "7074d38d0467e4a9669fe727d40c87b9a74d5ca0" and "595e74caa8855c73580d107e44850fd89a3aa65f" have entirely different histories.

3 changed files with 4 additions and 16 deletions

View File

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

View File

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

View File

@ -15,11 +15,6 @@
cloneAddr = "https://git.jolheiser.com/ugit.git"; cloneAddr = "https://git.jolheiser.com/ugit.git";
desc = "Minimal git service"; 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";
}
]; ];
}; };
} }