flake.*: bump to nixpkgs 25.11

Bump the GitHub Actions Nix install as well; nixpkgs 25.11 requires a
newer nix command.
This commit is contained in:
Elias Naur
2026-02-06 15:53:52 +01:00
committed by deadprogram
parent df087b592f
commit a846ee2321
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
inputs = {
# Use a recent stable release, but fix the version to make it reproducible.
# This version should be updated from time to time.
nixpkgs.url = "nixpkgs/nixos-25.05";
nixpkgs.url = "nixpkgs/nixos-25.11";
flake-utils.url = "github:numtide/flake-utils";
};
outputs = { self, nixpkgs, flake-utils }: