]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Add stgit progam
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Mon, 31 Dec 2018 14:38:55 +0000 (15:38 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Mon, 31 Dec 2018 14:52:05 +0000 (15:52 +0100)
default.nix
fetched/stgit.json [new file with mode: 0644]

index 7580431a15d8011457a6a82ea769dadb1cedc28a..a76cf7a3737789c9c5e08584ec1eb56d8a8d5604 100644 (file)
@@ -301,6 +301,7 @@ in
     inherit bogofilter;
     inherit mtr;
     inherit nixops;
+    stgit = gitAndTools.stgit;
     #inherit mastodon;
     # todo: lx* ?, unrar, unzip, zeromq?
     #inherit nextcloud-client;
diff --git a/fetched/stgit.json b/fetched/stgit.json
new file mode 100644 (file)
index 0000000..4b9575e
--- /dev/null
@@ -0,0 +1,15 @@
+{
+  "tag": "v0.19",
+  "meta": {
+    "name": "stgit",
+    "url": "https://github.com/ctmarinas/stgit",
+    "branch": "refs/tags/v0.19"
+  },
+  "github": {
+    "owner": "ctmarinas",
+    "repo": "stgit",
+    "rev": "ac22e13b123f5aff693926c995bb29cf7c114c2b",
+    "sha256": "1dzl6cnyzwbzysp82x7w1yc03g25kwan3h0zpnzhhfhg6c904sis",
+    "fetchSubmodules": true
+  }
+}