From c2ffaf9849f10e7229e67763a4bcdd43c43be4a2 Mon Sep 17 00:00:00 2001 From: OatmealDome Date: Thu, 21 Aug 2025 22:45:09 +0000 Subject: [PATCH] flake: Update nixpkgs to 25.05 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 194c6f9..68c14ff 100644 --- a/flake.nix +++ b/flake.nix @@ -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";