diff options
author | stuebinm | 2022-11-11 21:20:36 +0100 |
---|---|---|
committer | stuebinm | 2022-11-11 21:20:36 +0100 |
commit | 56dd27291011caa6bdaa6a9da3c2f2ad2c5c48e3 (patch) | |
tree | e94727de4d393ecff3842b7353d9c8f2587950c8 /flake.nix | |
parent | 8db198f8ab0d636de4b1896e6cab51e8254a4ce8 (diff) |
home: add showrt
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ playground.flake = false; traveltext.url = "git+https://stuebinm.eu/git/traveltext?ref=main"; traveltext.flake = false; + showrt.url = "git+https://stuebinm.eu/git/showrt?ref=main"; + showrt.flake = false; sfz.url = "github:weihanglo/sfz"; sfz.flake = false; almanac.url = "git+https://stuebinm.eu/git/almanac"; |