From a53e5eb6767562fe651e3a0c387eb95b8970c8bd Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Mon, 11 Dec 2023 20:55:44 +0100 Subject: [PATCH] Fix flake url in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 127847b..96b4021 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Below is a minimal example: { inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05"; - nixinate.url = "github:matthewcroughan/nixinate"; + nixinate.url = "git+https://git.vlt81.de/tristan/nixinate.git"; }; outputs = { self, nixpkgs, nixinate }: {