From 7ed6185b1dead7be87e734332f91e584f0a790f6 Mon Sep 17 00:00:00 2001 From: Cookiez Date: Wed, 8 Apr 2026 11:49:51 +0200 Subject: [PATCH] Changed url of pam-fprint-grosshack input --- flake.lock | 4 ++-- flake.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 1d71ee7..7e93802 100644 --- a/flake.lock +++ b/flake.lock @@ -458,11 +458,11 @@ "rev": "7ad351f85a92fee40806cb81777430c33499be41", "revCount": 1, "type": "git", - "url": "https://gitea.iateyourcookies.com/cookiez/nix-fprint-grosshack-flake.git" + "url": "https://gitea.cookiee.org/cookiez/nix-fprint-grosshack-flake.git" }, "original": { "type": "git", - "url": "https://gitea.iateyourcookies.com/cookiez/nix-fprint-grosshack-flake.git" + "url": "https://gitea.cookiee.org/cookiez/nix-fprint-grosshack-flake.git" } }, "pam-fprint-src": { diff --git a/flake.nix b/flake.nix index 7f3cbce..9861608 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ }; pam-fprint-grosshack = { - url = "git+https://gitea.iateyourcookies.com/cookiez/nix-fprint-grosshack-flake.git"; + url = "git+https://gitea.cookiee.org/cookiez/nix-fprint-grosshack-flake.git"; inputs.nixpkgs.follows = "nixpkgs"; };