fix: switch from the gh tarball to the nixpkgs channel
All checks were successful
/ check-renovaterc (push) Successful in 3s
/ build (push) Successful in 1s
/ test (push) Successful in 12s
/ report-size (push) Successful in 2s

This saves ~15MB from the download makings stuff faster (hopefully).
This commit is contained in:
Jalil David Salamé Messina 2025-05-15 17:25:12 +02:00
parent 9927e9b1bf
commit 3affd1b8b5
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 7 additions and 10 deletions

View file

@ -6,7 +6,7 @@
url = "github:hercules-ci/flake-parts";
inputs.nixpkgs-lib.follows = "nixpkgs";
};
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz";
systems.url = "github:nix-systems/default";
treefmt-nix = {
url = "github:numtide/treefmt-nix";