Nix packaging #6

Merged
AramMarkarov merged 5 commits from nix_packaging into main 2026-02-08 18:15:16 +01:00
Showing only changes of commit 59369f2ada - Show all commits
+2 -2
View File
@@ -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";
};
};