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.
This commit is contained in:
2026-03-22 17:24:10 +01:00
parent 262d6404a4
commit c266665cff
+1 -1
View File
@@ -51,7 +51,7 @@ In your flake.nix file, add the following in your inputs.
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
z-bar-qt = { 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"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };