flake.nix: Update NixOS release to 25.05

This commit is contained in:
Thomas Preisner 2025-05-28 14:45:27 +02:00
parent f110705435
commit 8c96ece585
3 changed files with 25 additions and 22 deletions

View file

@ -2,7 +2,7 @@
description = "An opinionated Nixos Mailsystem";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
treefmt-nix.url = "github:numtide/treefmt-nix";