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

View File

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