From 939cc3e115f5f7b06b09b46c4519502027e25d0d Mon Sep 17 00:00:00 2001
From: Alexander Foremny <aforemny@posteo.de>
Date: Fri, 11 Oct 2024 13:35:38 +0200
Subject: unvendor dependencies

---
 nix/sources.json | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'nix/sources.json')

diff --git a/nix/sources.json b/nix/sources.json
index 7ab4228..7fee170 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -16,5 +16,11 @@
         "type": "tarball",
         "url": "https://github.com/NixOS/nixpkgs/archive/a7d95e2b0029b8ee30facbe664b62968c59b46a6.tar.gz",
         "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
+    },
+    "sh": {
+        "branch": "main",
+        "repo": "git@code.nomath.org:~/sh",
+        "rev": "3ea4e6459333409c60f66a5745bb472d136da741",
+        "type": "git"
     }
 }
-- 
cgit v1.2.3