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