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

@ -2,8 +2,8 @@
description = "Private dev inputs for nixos-hardware";
inputs = {
nixos-unstable-small.url = "github:NixOS/nixpkgs/nixos-unstable-small";
nixos-stable.url = "github:NixOS/nixpkgs/nixos-25.11";
nixos-unstable-small.url = "https://channels.nixos.org/nixos-unstable-small/nixexprs.tar.xz";
nixos-stable.url = "https://channels.nixos.org/nixos-25.11/nixexprs.tar.xz";
treefmt-nix.url = "github:numtide/treefmt-nix";
treefmt-nix.inputs.nixpkgs.follows = "nixos-unstable-small";
};