From 59369f2adab929d645d411dae6911a3749a9bc57 Mon Sep 17 00:00:00 2001 From: Aram Markarov Date: Sat, 7 Feb 2026 13:28:27 +0100 Subject: [PATCH] minor adjustment to the md file; inputs link pointing to main now --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19d3be1..0825cfe 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,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/nix_packaging"; + url = "github:Zacharias-Brohn/z-bar-qt/"; inputs.nixpkgs.follows = "nixpkgs"; }; }; @@ -54,7 +54,7 @@ Below a full example of what it could look like. inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; z-bar-qt = { - url = "github:Zacharias-Brohn/z-bar-qt/nix_packaging"; + url = "github:Zacharias-Brohn/z-bar-qt/"; inputs.nixpkgs.follows = "nixpgks"; }; };