Skip to content

Commit 140c5f6

Browse files
committed
flake: Bump nixpkgs
Updates nixpkgs flake input. Also switches the input type to the channel tarballs, since infra now supports the lockable tarball protocol.
1 parent 11b0fcd commit 140c5f6

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

flake.lock

Lines changed: 7 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
description = "The purely functional package manager";
33

4-
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
4+
inputs.nixpkgs.url = "https://channels.nixos.org/nixos-25.05/nixexprs.tar.xz";
55

66
inputs.nixpkgs-regression.url = "github:NixOS/nixpkgs/215d4d0fd80ca5163643b03a33fde804a29cc1e2";
77
inputs.nixpkgs-23-11.url = "github:NixOS/nixpkgs/a62e6edd6d5e1fa0329b8653c801147986f8d446";

0 commit comments

Comments
 (0)