update nixpkgs channel to 25.11

This commit is contained in:
Squibid 2025-12-01 21:02:47 -05:00
parent a58e66c747
commit c3996f55ce
Signed by: squibid
GPG key ID: BECE5684D3C4005D
3 changed files with 8 additions and 7 deletions

View file

@ -1,7 +1,7 @@
{
description = "Nixos config flake";
inputs = {
nixpkgs.url = "nixpkgs/nixos-25.05";
nixpkgs.url = "nixpkgs/nixos-25.11";
unstable.url = "nixpkgs/nixos-unstable";
nid.url = "github:nix-community/nix-index-database";