diff options
author | 2025-02-20 16:28:28 +0100 | |
---|---|---|
committer | 2025-02-20 18:37:07 +0100 | |
commit | bb7cb646a7b0bd762cd23c1a24ab63bba1e2407d (patch) | |
tree | 7e05122d3e21611a4210549f8e7561aa6d5391ab /nix/sources.json | |
parent | cf20ad648a6654d2184b0b6f528d698a4fbc0b63 (diff) |
add acms
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 57e75d7..aaa40f9 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -1,4 +1,10 @@ { + "acms": { + "branch": "main", + "repo": "git@code.nomath.org:~/acms", + "rev": "cec71796c025d49ad2248f27b6e1055f5a5eb7e2", + "type": "git" + }, "haskell-halogen": { "branch": "master", "description": "Port of purescript-halogen to Haskell", |