From 6b0a786b7593c46f90ba144b29f2dff76ffaa65b Mon Sep 17 00:00:00 2001 From: Chris Toph Date: Mon, 30 Jun 2025 02:45:33 -0400 Subject: [PATCH] Update snapraid-aio and yay package URLs to use GitHub links --- flake.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index a0ce167..29c01fd 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; };