diff options
author | stuebinm | 2022-06-05 11:45:15 +0200 |
---|---|---|
committer | stuebinm | 2022-06-15 11:41:08 +0200 |
commit | 8d1b33b1c255568460979494f78e767561ac1c18 (patch) | |
tree | b27e277a0142b72405020ed7ea888f98828b3bfe /flake.nix | |
parent | 2ca7e9ebd342bee565ff0305115c95a0000bda14 (diff) |
home: add traveltext to packages
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ blog.flake = false; playground.url = "git+https://stuebinm.eu/git/playground"; playground.flake = false; + traveltext.url = "git+https://stuebinm.eu/git/traveltext?ref=main"; + traveltext.flake = false; sfz.url = "github:weihanglo/sfz"; sfz.flake = false; almanac.url = "path:/home/stuebinm/clones/almanac"; |