Use forked nix-autobahn with dependency fixes

This commit is contained in:
teutat3s 2022-05-04 18:21:37 +02:00
parent cba5562e35
commit 47239ec1bb
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -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";
};