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

View File

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