From 1ce14ffe1e87aa32c658dd2d94c302c61d1e467e Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 9 Jan 2023 17:07:31 +0100 Subject: home: add isabat via flake input instead of direct path (also this means that my home config can now be built without --impure) --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flake.nix') 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; -- cgit v1.2.3