diff options
Diffstat (limited to 'nix/sources.json')
-rw-r--r-- | nix/sources.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nix/sources.json b/nix/sources.json index 926d13a..d08a31b 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -10,5 +10,11 @@ "type": "tarball", "url": "https://github.com/NixOS/nixpkgs/archive/70bdadeb94ffc8806c0570eb5c2695ad29f0e421.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" } } |