diff options
author | stuebinm | 2022-02-12 20:52:57 +0100 |
---|---|---|
committer | stuebinm | 2022-02-12 21:36:34 +0100 |
commit | e8b22eac84cd09af01c888421122656eb2384d27 (patch) | |
tree | 35a98a079f35031c06c261865dc37df8944b343d /flake.lock | |
parent | 4ab8d379def4a123fd4864206d50442197ee2e80 (diff) |
chaski: add walint test server
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -176,7 +176,8 @@ "playground": "playground", "sfz": "sfz", "tracktrain": "tracktrain", - "uplcg": "uplcg" + "uplcg": "uplcg", + "walint": "walint" } }, "sfz": { @@ -243,6 +244,23 @@ "repo": "flake-utils", "type": "github" } + }, + "walint": { + "flake": false, + "locked": { + "lastModified": 1644697853, + "narHash": "sha256-jyE6uWQ4Zm/eTfdE2Au+3cAu9Rf5oWomQLgsjJ7PCtQ=", + "ref": "playground", + "rev": "f228c99fd04d539b1aa0c84504b1d6e3f87aa2fe", + "revCount": 234, + "type": "git", + "url": "https://stuebinm.eu/git/walint" + }, + "original": { + "ref": "playground", + "type": "git", + "url": "https://stuebinm.eu/git/walint" + } } }, "root": "root", |