diff options
-rw-r--r-- | default.nix | 1 | ||||
-rw-r--r-- | fetched/stgit.json | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 7580431..a76cf7a 100644 --- a/default.nix +++ b/default.nix | |||
@@ -301,6 +301,7 @@ in | |||
301 | inherit bogofilter; | 301 | inherit bogofilter; |
302 | inherit mtr; | 302 | inherit mtr; |
303 | inherit nixops; | 303 | inherit nixops; |
304 | stgit = gitAndTools.stgit; | ||
304 | #inherit mastodon; | 305 | #inherit mastodon; |
305 | # todo: lx* ?, unrar, unzip, zeromq? | 306 | # todo: lx* ?, unrar, unzip, zeromq? |
306 | #inherit nextcloud-client; | 307 | #inherit nextcloud-client; |
diff --git a/fetched/stgit.json b/fetched/stgit.json new file mode 100644 index 0000000..4b9575e --- /dev/null +++ b/fetched/stgit.json | |||
@@ -0,0 +1,15 @@ | |||
1 | { | ||
2 | "tag": "v0.19", | ||
3 | "meta": { | ||
4 | "name": "stgit", | ||
5 | "url": "https://github.com/ctmarinas/stgit", | ||
6 | "branch": "refs/tags/v0.19" | ||
7 | }, | ||
8 | "github": { | ||
9 | "owner": "ctmarinas", | ||
10 | "repo": "stgit", | ||
11 | "rev": "ac22e13b123f5aff693926c995bb29cf7c114c2b", | ||
12 | "sha256": "1dzl6cnyzwbzysp82x7w1yc03g25kwan3h0zpnzhhfhg6c904sis", | ||
13 | "fetchSubmodules": true | ||
14 | } | ||
15 | } | ||