fix: switch from the gh tarball to the nixpkgs channel
This saves ~15MB from the download makings stuff faster (hopefully).
This commit is contained in:
parent
9927e9b1bf
commit
3affd1b8b5
2 changed files with 7 additions and 10 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue