From a6c1c5353e87d3a98b7f9cebc419fa519465d8c6 Mon Sep 17 00:00:00 2001 From: 4o1x5 <4o1x5@4o1x5.dev> Date: Tue, 21 May 2024 04:50:46 +0200 Subject: [PATCH] fixed url for flake --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index af7bdcc..71cbd5f 100644 --- a/readme.md +++ b/readme.md @@ -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"; };