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:
@@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user