forked from rarias/jungle
Add sysDevicesSupport to nixpkgs overlay
This commit is contained in:
parent
510d9046ce
commit
81d74d8f75
@ -6,4 +6,10 @@
|
||||
"/sys/devices/system/cpu"
|
||||
"/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