nixos: apply nixpkgs PR 523297
This commit is contained in:
@@ -277,7 +277,12 @@
|
|||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
# Nixpkgs PR patches - just specify PR number and hash
|
# 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
|
# Custom patches that don't fit the PR template
|
||||||
nixpkgsCustomPatches = [];
|
nixpkgsCustomPatches = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user