Nix packaging #6
@@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user