update: nixos 25.05

This commit is contained in:
2025-06-08 16:58:04 +02:00
parent bcdd79d400
commit c1e22f2e7b
4 changed files with 17 additions and 17 deletions

View File

@ -1,7 +1,7 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
home-manager.url = "github:nix-community/home-manager/release-24.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
home-manager.url = "github:nix-community/home-manager/release-25.05";
nixos-hardware.url = "github:NixOS/nixos-hardware";
};