diff options
author | stuebinm | 2022-06-14 00:54:35 +0200 |
---|---|---|
committer | stuebinm | 2022-06-14 00:54:35 +0200 |
commit | 6119abda225fe14bc65ff7581640da0f435457f4 (patch) | |
tree | 2b100e9b3caa48a16add7283dc5687c6cf920879 /flake.nix | |
parent | 79516af194d2d407cb04c85f997c58b61304ef37 (diff) |
bookshelf (with gtfs books)
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,8 @@ feeds.url = "path:/home/stuebinm/nonpublic.nix"; feeds.flake = false; + gtfsBooks.url = "git+https://stuebinm.eu/git/gtfs-books?ref=main"; + gtfsBooks.flake = false; walint.url = "git+https://stuebinm.eu/git/walint?ref=playground"; walint.flake = false; }; |