flake: Update nixpkgs to 23.11

This commit is contained in:
OatmealDome 2024-01-30 17:55:47 -05:00
parent aa0c4679d1
commit 994dde25c0

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-22.11";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
inputs.poetry2nix.url = "github:nix-community/poetry2nix";
inputs.poetry2nix.inputs.nixpkgs.follows = "nixpkgs";