deps(nixos): update to 25.11

This commit is contained in:
2026-01-10 18:07:37 +01:00
parent 438c64f055
commit db925e1509
2 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
home-manager = {
url = "github:nix-community/home-manager/release-25.05";
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};
};