flake.nix: let inputs.bevy-mandelbrot point to my fork

This commit is contained in:
Astro 2022-09-16 00:08:18 +02:00
parent 8485c31be6
commit 9a9baab56b
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@
};
};
bevy-mandelbrot = {
url = "github:matelab/bevy_mandelbrot";
# url = "github:matelab/bevy_mandelbrot";
url = "git+https://gitea.c3d2.de/astro/bevy-mandelbrot.git?ref=main";
inputs = {
nixpkgs.follows = "nixos";
naersk.follows = "naersk";