Minor update to README.md

The url does still require an ssh key stored on a git.zach-dev.cc account.
This commit is contained in:
2026-03-23 12:55:58 +01:00
parent 361b4e7979
commit a67e3383e8
+1 -2
View File
@@ -64,7 +64,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/"; url = "git+ssh://git@git.zach-dev.cc/zach/z-bar-qt.git";
inputs.nixpkgs.follows = "nixpgks"; inputs.nixpkgs.follows = "nixpgks";
}; };
}; };
@@ -77,7 +77,6 @@ Below a full example of what it could look like.
}: }:
let let
system = "x86_64-linux"; system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; };
in in
{ {
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {