chore: Flake | switch to flakehub for nixpkgs

The GitHub CDN is slow af
This commit is contained in:
2025-06-21 12:59:19 +05:00
parent c7e85bab5c
commit f1038939f4
2 changed files with 9 additions and 10 deletions

17
flake.lock generated
View File

@@ -20,17 +20,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1732030272, "lastModified": 1750365781,
"narHash": "sha256-gbBICByjt1UDdRhv5BM0J5aKmA3PCF/Wj9b3RWabtUE=", "narHash": "sha256-XE/lFNhz5lsriMm/yjXkvSZz5DfvKJLUjsS6pP8EC50=",
"owner": "nixos", "rev": "08f22084e6085d19bcfb4be30d1ca76ecb96fe54",
"repo": "nixpkgs", "revCount": 818804,
"rev": "f89fd475c539369dae474126b4d82ec87fbb2a1d", "type": "tarball",
"type": "github" "url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.818804%2Brev-08f22084e6085d19bcfb4be30d1ca76ecb96fe54/01978cc3-592f-7488-b61e-844ab20aa68b/source.tar.gz"
}, },
"original": { "original": {
"owner": "nixos", "type": "tarball",
"repo": "nixpkgs", "url": "https://flakehub.com/f/NixOS/nixpkgs/0.1"
"type": "github"
} }
}, },
"root": { "root": {

View File

@@ -2,7 +2,7 @@
description = "Flake to work with homelab setup"; description = "Flake to work with homelab setup";
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs"; nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1";
flake-utils.url = "github:numtide/flake-utils"; flake-utils.url = "github:numtide/flake-utils";
}; };