commit bb66d7b3d2d73fe50b234c8f4fbd453717306f83
parent 5339907ef5cd4ea9a2a6cccf1155c93c7ee8aaa0
Author: Katja (ctucx) <git@ctu.cx>
Date: Tue, 21 Jan 2025 14:01:07 +0100
parent 5339907ef5cd4ea9a2a6cccf1155c93c7ee8aaa0
Author: Katja (ctucx) <git@ctu.cx>
Date: Tue, 21 Jan 2025 14:01:07 +0100
flake.nix: add input `trainsearch`
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/flake.nix b/flake.nix @@ -82,6 +82,7 @@ inputs.ctucx-things.overlay inputs.ctucx-gallery.overlay inputs.ctucx-website.overlay + inputs.trainsearch.overlay inputs.dnsmasq-lease-overview.overlay inputs.flauschehorn-sexy.overlay @@ -243,6 +244,14 @@ inputs.flake-utils.follows = "flake-utils"; }; + trainsearch = { + type = "git"; + url = "https://git.ctu.cx/trainsearch"; + ref = "main"; + inputs.nixpkgs.follows = "nixpkgs"; + inputs.flake-utils.follows = "flake-utils"; + }; + ctucx-website = { type = "git"; url = "https://git.ctu.cx/website";