flake: Update nixpkgs to 25.05

This commit is contained in:
OatmealDome
2025-08-21 22:45:09 +00:00
parent 279ce48413
commit c2ffaf9849

View File

@@ -2,7 +2,7 @@
description = "Continuous integration service running Dolphin FIFO logs to find graphics rendering regressions.";
inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
inputs.poetry2nix.url = "github:nix-community/poetry2nix";
inputs.poetry2nix.inputs.nixpkgs.follows = "nixpkgs";