flake: upgrade to NixOS 25.05

This commit is contained in:
Antoine Martin 2025-06-03 13:42:26 +02:00
parent 874882392b
commit f9370488c8
2 changed files with 10 additions and 10 deletions

View file

@ -5,7 +5,7 @@
type = "github";
owner = "NixOS";
repo = "nixpkgs";
ref = "nixos-24.11";
ref = "nixos-25.05";
};
nixpkgs-unstable-small = {
@ -25,7 +25,7 @@
type = "github";
owner = "nix-community";
repo = "home-manager";
ref = "release-24.11";
ref = "release-25.05";
inputs.nixpkgs.follows = "nixpkgs";
};