From 41e88cff0190e97f1acf2729acd52741066a01d2 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Sun, 5 Apr 2026 13:49:04 +0200 Subject: [PATCH] NixOS README.md updated: Github was still the source instead of gitea --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f9f97ab..483f268 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,7 @@ Add it as an input in your system flake: inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; z-bar-qt = { - # or: git+ssh://git@git.zach-dev.cc/zach/z-bar-qt.git - url = "github:Zacharias-Brohn/z-bar-qt"; + url = git+https://git.zach-dev.cc/zach/z-bar-qt.git inputs.nixpkgs.follows = "nixpkgs"; }; }; @@ -99,8 +98,7 @@ Full `flake.nix` example (`nixosConfigurations`): inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; z-bar-qt = { - # or: git+ssh://git@git.zach-dev.cc/zach/z-bar-qt.git - url = "github:Zacharias-Brohn/z-bar-qt"; + url = git+https://git.zach-dev.cc/zach/z-bar-qt.git inputs.nixpkgs.follows = "nixpkgs"; }; }; @@ -142,12 +140,6 @@ in { If you use Home Manager, the same packages can be added to `home.packages`. -Quick test without adding it permanently: - -```bash -nix run github:Zacharias-Brohn/z-bar-qt#zshell -``` - Run shell via wrapper binary: ```bash -- 2.47.3