Update snapraid-aio and yay package URLs to use GitHub links

This commit is contained in:
Chris Toph 2025-06-30 02:45:33 -04:00
parent 531897e287
commit 6b0a786b75

View file

@ -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";
};