From 413e485783e42ee741339f5d71d4ca5f5323d3c2 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 19 Dec 2025 12:46:26 -0700 Subject: [PATCH] update flake to 25.11 --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 811d4cf..5f4237e 100644 --- a/flake.nix +++ b/flake.nix @@ -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";