From a67e3383e84276d37d25447f29c60fd2bd730681 Mon Sep 17 00:00:00 2001 From: AramJonghu <2+aramjonghu@noreply.git.zach-dev.cc> Date: Mon, 23 Mar 2026 12:55:58 +0100 Subject: [PATCH] Minor update to README.md The url does still require an ssh key stored on a git.zach-dev.cc account. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b775580..7d418b7 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,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/"; + url = "git+ssh://git@git.zach-dev.cc/zach/z-bar-qt.git"; inputs.nixpkgs.follows = "nixpgks"; }; }; @@ -77,7 +77,6 @@ Below a full example of what it could look like. }: let system = "x86_64-linux"; - pkgs = import nixpkgs { inherit system; }; in { nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {