update flake to 25.11

This commit is contained in:
Aaron Honeycutt 2025-12-19 12:46:26 -07:00
parent df8325c746
commit 413e485783

View file

@ -2,9 +2,9 @@
description = "Generic System Flake file";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/release-25.05";
nixpkgs.url = "github:NixOS/nixpkgs/release-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";
};
nixos-hardware.url = "github:NixOS/nixos-hardware/master";