mod: adjusted nixpkgs input

unstable to 25.11
This commit is contained in:
2026-05-25 15:35:04 -04:00
parent 6eaf2f5392
commit 065209ee75
2 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
description = "Miller Nix User Repository";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
flake-utils.url = "github:numtide/flake-utils";
home-manager.url = "github:nix-community/home-manager";
darwin.url = "github:LnL7/nix-darwin";