Update to NixOS 25.05

This commit is contained in:
Valentin Brandl 2025-05-23 02:06:56 +02:00
parent 739b6bba85
commit d2985d8499
Signed by: vbrandl
GPG Key ID: 7FB009175885FC76

View File

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