From 47239ec1bb19709c4e5cdebf14101b2dabb0498a Mon Sep 17 00:00:00 2001 From: teutat3s Date: Wed, 4 May 2022 18:21:37 +0200 Subject: [PATCH] Use forked nix-autobahn with dependency fixes --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 39324fdf..6d094df3 100644 --- a/flake.nix +++ b/flake.nix @@ -51,7 +51,7 @@ tritonshell.url = "git+https://git.greenbaum.cloud/dev/tritonshell?ref=main&dir=template"; tritonshell.inputs.nixpkgs.follows = "latest"; - nix-autobahn.url = "github:wucke13/nix-autobahn"; + nix-autobahn.url = "github:pub-solar/nix-autobahn/fix/clap-and-bump-dependencies"; nix-autobahn.inputs.nixpkgs.follows = "latest"; nix-autobahn.inputs.naersk.follows = "naersk"; };