From 2bacf623cb4396d265c23f8ef1d0da4594e3b0aa Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 23 May 2026 03:46:22 -0700 Subject: [PATCH] nixos: apply nixpkgs PR 523297 --- nixos/flake.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nixos/flake.nix b/nixos/flake.nix index fd67e8d7..fed9bc8b 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -277,7 +277,12 @@ ... }: let # Nixpkgs PR patches - just specify PR number and hash - nixpkgsPRPatches = []; + nixpkgsPRPatches = [ + { + pr = 523297; + hash = "sha256-SsfeBuL8vIuj1R4aCRZWY5rYSlw441LK+IwLOo0cx/w="; + } + ]; # Custom patches that don't fit the PR template nixpkgsCustomPatches = [];