summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorstuebinm2023-01-09 17:07:31 +0100
committerstuebinm2023-01-09 17:07:31 +0100
commit1ce14ffe1e87aa32c658dd2d94c302c61d1e467e (patch)
treedf0bacfd376a47a8be40a81677f0153eedc10259 /flake.nix
parent1f59c24eccc3df46fdcedf7f1d47f0232f37d61c (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.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index e24a033..1814c76 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;