Skip to content

Commit bc7f8a5

Browse files
committed
nix: update dependencies
Signed-off-by: Fabio M. Di Nitto <[email protected]>
1 parent 87179df commit bc7f8a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/overlay.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ self: super:
2828
libassuan = (static super.libassuan);
2929
libgpgerror = (static super.libgpgerror);
3030
libseccomp = (static super.libseccomp);
31+
numactl = (static super.numactl);
3132
libcap = (static super.libcap).overrideAttrs (x: {
3233
postInstall = ''
3334
mkdir -p "$doc/share/doc/${x.pname}-${x.version}"

0 commit comments

Comments
 (0)