treewide: make nixpkgs flake inputs target hydra tarballs
This commit is contained in:
parent
571b99c6aa
commit
43bd35ee23
8 changed files with 11 additions and 11 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue