Merge pull request 'NixOS README.md updated: Github was still the source instead of gitea' (#44) from nixos-readme-fix into main
Reviewed-on: #44
This commit was merged in pull request #44.
This commit is contained in:
@@ -84,8 +84,7 @@ Add it as an input in your system flake:
|
|||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
z-bar-qt = {
|
z-bar-qt = {
|
||||||
# or: git+ssh://git@git.zach-dev.cc/zach/z-bar-qt.git
|
url = git+https://git.zach-dev.cc/zach/z-bar-qt.git
|
||||||
url = "github:Zacharias-Brohn/z-bar-qt";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -99,8 +98,7 @@ Full `flake.nix` example (`nixosConfigurations`):
|
|||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
z-bar-qt = {
|
z-bar-qt = {
|
||||||
# or: git+ssh://git@git.zach-dev.cc/zach/z-bar-qt.git
|
url = git+https://git.zach-dev.cc/zach/z-bar-qt.git
|
||||||
url = "github:Zacharias-Brohn/z-bar-qt";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -142,12 +140,6 @@ in {
|
|||||||
|
|
||||||
If you use Home Manager, the same packages can be added to `home.packages`.
|
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:
|
Run shell via wrapper binary:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user