forked from rarias/jungle
Add sysDevicesSupport to nixpkgs overlay
This commit is contained in:
@@ -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; })
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user