feat(nix): use tarball instead of github ref
All checks were successful
/ check (treefmt) (push) Successful in 3s
/ report-size (push) Successful in 1s
/ report-download-check (push) Successful in 0s

This should make the downloads faster.
This commit is contained in:
Jalil David Salamé Messina 2025-07-10 20:29:55 +02:00
parent 838f205020
commit 95718c754d
Signed by: jalil
GPG key ID: F016B9E770737A0B
3 changed files with 12 additions and 15 deletions

View file

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