forked from rarias/jungle
Add sysDevicesSupport to nixpkgs overlay
This commit is contained in:
parent
019826d09e
commit
2ace509cbe
@ -6,4 +6,10 @@
|
|||||||
"/sys/devices/system/cpu"
|
"/sys/devices/system/cpu"
|
||||||
"/sys/devices/system/node"
|
"/sys/devices/system/node"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# similar to cudaSupport, this can be used to activate certain features
|
||||||
|
# conditionally.
|
||||||
|
nixpkgs.overlays = [
|
||||||
|
(final: prev: { sysDevicesSupport = true; })
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user