diff options
| author | Martin Fischer <martin@push-f.com> | 2026-01-06 22:54:41 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2026-01-06 23:28:28 +0100 |
| commit | 1c0fb275f3f302d6abc3ef560a80ceec8a8e6b8c (patch) | |
| tree | e06201a62fa7fe8fff13d2919fa5b822bd79356f /nixos/npins | |
| parent | d788e8e4eea02ba6a7ebdec54aa9120b82d05410 (diff) | |
refactor: move scripts to cmd50
Diffstat (limited to 'nixos/npins')
| -rw-r--r-- | nixos/npins/sources.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nixos/npins/sources.json b/nixos/npins/sources.json index 73b3165..b011c48 100644 --- a/nixos/npins/sources.json +++ b/nixos/npins/sources.json @@ -27,6 +27,18 @@ "url": null, "hash": "1mdgv6jfbjs3xsqk9dxli6w345jws8j5qgzqf6wljmxlvibbic6y" }, + "my-cmd50": { + "type": "Git", + "repository": { + "type": "Git", + "url": "https://git.push-f.com/cmd50" + }, + "branch": "main", + "submodules": false, + "revision": "222b4dc884892d5927dabbab2b2b6e64d3244002", + "url": null, + "hash": "0md1n8rvbblqgi4bygp5hsw7nfp0xsjbac5jskkgsjwmj0lmygl3" + }, "my-geopos-link": { "type": "Git", "repository": { |
