diff options
author | stuebinm | 2023-01-09 17:07:31 +0100 |
---|---|---|
committer | stuebinm | 2023-01-09 17:07:31 +0100 |
commit | 1ce14ffe1e87aa32c658dd2d94c302c61d1e467e (patch) | |
tree | df0bacfd376a47a8be40a81677f0153eedc10259 /flake.nix | |
parent | 1f59c24eccc3df46fdcedf7f1d47f0232f37d61c (diff) |
home: add isabat via flake input instead of direct path
(also this means that my home config can now be built without --impure)
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ almanac.flake = false; feeds.url = "path:/home/stuebinm/nonpublic.nix"; feeds.flake = false; + isabelle-utils.url = "git+https://stuebinm.eu/git/isabelle-utils"; + isabelle-utils.flake = false; gtfsBooks.url = "git+https://stuebinm.eu/git/gtfs-books?ref=main"; gtfsBooks.flake = false; |