minor adjustment to the md file; inputs link pointing to main now

This commit is contained in:
Aram Markarov
2026-02-07 13:28:27 +01:00
parent b05370e2c6
commit 59369f2ada
+2 -2
View File
@@ -41,7 +41,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/nix_packaging"; url = "github:Zacharias-Brohn/z-bar-qt/";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };
@@ -54,7 +54,7 @@ Below a full example of what it could look like.
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/nix_packaging"; url = "github:Zacharias-Brohn/z-bar-qt/";
inputs.nixpkgs.follows = "nixpgks"; inputs.nixpkgs.follows = "nixpgks";
}; };
}; };