flake.nix: let inputs.tracer point to my fork

This commit is contained in:
Astro 2022-09-16 00:07:35 +02:00
parent ef858c7a46
commit 5c9575eeac
1 changed files with 3 additions and 2 deletions

View File

@ -121,8 +121,9 @@
flake = false;
};
tracer = {
url = "git+https://gitea.nek0.eu/nek0/tracer";
inputs= {
# url = "git+https://gitea.nek0.eu/nek0/tracer";
url = "git+https://gitea.c3d2.de/astro/tracer";
inputs = {
affection-src.follows = "affection-src";
nixpkgs.follows = "nixos";
flake-utils.follows = "flake-utils";