flake: Update nixpkgs to 25.05

This commit is contained in:
OatmealDome
2025-08-21 22:22:36 +00:00
parent 8564e4a7ee
commit e9ca48362a

View File

@@ -2,7 +2,7 @@
description = "Dolphin's Analytics ingest server";
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";