chore: upgrade to NixOS 25.05

This commit is contained in:
Felix Schröter 2025-05-18 17:07:53 +02:00
parent 1ace6186cf
commit 418fc173e6
Signed by: felschr
GPG key ID: 671E39E6744C807D
14 changed files with 99 additions and 82 deletions

View file

@ -15,7 +15,7 @@ rec {
};
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
@ -29,7 +29,7 @@ rec {
flake-utils.url = "github:numtide/flake-utils";
home-manager = {
url = "github:nix-community/home-manager/release-24.11";
url = "github:nix-community/home-manager/release-25.05";
inputs.nixpkgs.follows = "nixpkgs";
};