Update to NixOS 25.11

This commit is contained in:
pazpi 2025-12-03 15:47:42 +01:00
parent 060c08cea1
commit 81bee0a7b9
4 changed files with 69 additions and 69 deletions

View file

@ -11,7 +11,7 @@
inputs = {
# NixOS related inputs
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
@ -32,7 +32,7 @@
};
home-manager = {
url = "github:nix-community/home-manager/release-25.05";
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};