mirror of
https://github.com/NixOS/nix.git
synced 2025-12-04 16:10:59 +01:00
flake: Bump nixpkgs
Updates nixpkgs flake input. Also switches the input type to the channel tarballs, since infra now supports the lockable tarball protocol.
This commit is contained in:
parent
11b0fcd6cd
commit
140c5f69f0
2 changed files with 8 additions and 11 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
description = "The purely functional package manager";
|
||||
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
|
||||
inputs.nixpkgs.url = "https://channels.nixos.org/nixos-25.05/nixexprs.tar.xz";
|
||||
|
||||
inputs.nixpkgs-regression.url = "github:NixOS/nixpkgs/215d4d0fd80ca5163643b03a33fde804a29cc1e2";
|
||||
inputs.nixpkgs-23-11.url = "github:NixOS/nixpkgs/a62e6edd6d5e1fa0329b8653c801147986f8d446";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue