summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorstuebinm2022-06-05 11:45:15 +0200
committerstuebinm2022-06-15 11:41:08 +0200
commit8d1b33b1c255568460979494f78e767561ac1c18 (patch)
treeb27e277a0142b72405020ed7ea888f98828b3bfe /flake.nix
parent2ca7e9ebd342bee565ff0305115c95a0000bda14 (diff)
home: add traveltext to packages
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 8719fea..1e781b8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";