From c266665cff456ba2b60f952df8d9e96e94e02182 Mon Sep 17 00:00:00 2001 From: AramJonghu <2+aramjonghu@noreply.git.zach-dev.cc> Date: Sun, 22 Mar 2026 17:24:10 +0100 Subject: [PATCH] Updating README.md for NixOS flake installation Flake was still pointing to github instead of the new git instance. Adjusted now. Delete branch once merged. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdc4ef1..b775580 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ In your flake.nix file, add the following in your inputs. inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; z-bar-qt = { - url = "github:Zacharias-Brohn/z-bar-qt/"; + url = "git+ssh://git@git.zach-dev.cc/zach/z-bar-qt.git"; inputs.nixpkgs.follows = "nixpkgs"; }; };