Changed url of pam-fprint-grosshack input

This commit is contained in:
2026-04-08 11:49:51 +02:00
parent 3d751291ab
commit 7ed6185b1d
2 changed files with 3 additions and 3 deletions

4
flake.lock generated
View File

@ -458,11 +458,11 @@
"rev": "7ad351f85a92fee40806cb81777430c33499be41", "rev": "7ad351f85a92fee40806cb81777430c33499be41",
"revCount": 1, "revCount": 1,
"type": "git", "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": { "original": {
"type": "git", "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": { "pam-fprint-src": {

View File

@ -40,7 +40,7 @@
}; };
pam-fprint-grosshack = { 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"; inputs.nixpkgs.follows = "nixpkgs";
}; };