switch to NixOS 25.05

This commit is contained in:
KoenDR06 2025-05-29 12:51:10 +02:00
parent 0701f1ebde
commit 1ee57fa115
2 changed files with 14 additions and 14 deletions

View file

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