Update snapraid-aio and yay package URLs to use GitHub links
This commit is contained in:
parent
531897e287
commit
6b0a786b75
1 changed files with 2 additions and 3 deletions
|
@ -60,8 +60,7 @@
|
|||
};
|
||||
|
||||
snapraid-aio = {
|
||||
# url = "git+https://git.ryot.foo/toph/snapraid-aio.nix.git";
|
||||
url = "git+https://git.ryot.foo/toph/snapraid-aio.nix.git";
|
||||
url = "github:tophc7/snapraid-aio.nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
|
||||
|
@ -71,7 +70,7 @@
|
|||
};
|
||||
|
||||
yay = {
|
||||
url = "git+https://git.ryot.foo/toph/yay.nix.git";
|
||||
url = "github:tophc7/yay.nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue