diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-02-20 07:00:30 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-02-21 03:31:19 +0100 |
commit | 606d121ba0b5f36f9a6419c48e6986a27ac1f5b0 (patch) | |
tree | 20527011bd419f3685b060908145ace2429ddf99 /nix | |
parent | b4655bed9ca84e44295a0c52e70b0a8483ed004b (diff) |
add abuilder service
Diffstat (limited to 'nix')
-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 9195cbd..b6f08ce 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -1,4 +1,10 @@ { + "abuilder": { + "branch": "main", + "repo": "git@code.nomath.org:~/abuilder", + "rev": "9f2d5ae570c120f19434f03eb20ab2c3ecf36e0c", + "type": "git" + }, "fysiweb-cli": { "branch": "main", "repo": "git@github.com:aforemny/fysiweb-cli.git", |