fixed url for flake

This commit is contained in:
2005 2024-05-21 04:50:46 +02:00
parent 5358430916
commit a6c1c5353e

View file

@ -14,7 +14,7 @@ Right now there are some problems with using exporter as the options for i2pd in
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
i2pd-exporter = {
url = "path:/home/grape/code/i2pdexporter";
url = "git+https://git.4o1x5.dev/4o1x5/i2pd-exporter";
inputs.nixpkgs.follows = "nixpkgs";
};