treewide: make nixpkgs flake inputs target hydra tarballs

This commit is contained in:
Malix - Alix Brunet 2026-06-01 12:04:57 +02:00
parent 571b99c6aa
commit 43bd35ee23
No known key found for this signature in database
8 changed files with 11 additions and 11 deletions

View file

@ -4,7 +4,7 @@ Create and configure the `flake.nix` file:
``` nix
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
inputs.nixpkgs.url = "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz";
inputs.nixos-hardware = {
url = "github:NixOS/nixos-hardware";
inputs.nixpkgs.follows = "nixpkgs";