fixed url for flake
This commit is contained in:
parent
5358430916
commit
a6c1c5353e
|
@ -14,7 +14,7 @@ Right now there are some problems with using exporter as the options for i2pd in
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
|
||||||
i2pd-exporter = {
|
i2pd-exporter = {
|
||||||
url = "path:/home/grape/code/i2pdexporter";
|
url = "git+https://git.4o1x5.dev/4o1x5/i2pd-exporter";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue