Add sys-devices system feature to nosv

This commit is contained in:
Aleix Boné 2025-10-02 17:32:11 +02:00
parent e989e7950e
commit f81beed9fd
No known key found for this signature in database

View File

@ -5,6 +5,8 @@ let
nodes = <nodes>; nodes = <nodes>;
nanos6 = <nanos6>; nanos6 = <nanos6>;
requiredSystemFeatures = [ "sys-devices" ];
getVersion = x: toString (x.shortRev or x.dirtyShortRev or x.lastModified or "master"); getVersion = x: toString (x.shortRev or x.dirtyShortRev or x.lastModified or "master");
pkgs = ( pkgs = (
@ -16,6 +18,7 @@ let
version = getVersion nosv; version = getVersion nosv;
doCheck = true; doCheck = true;
inherit requiredSystemFeatures;
}); });
ovni = prev.ovni.overrideAttrs (old: { ovni = prev.ovni.overrideAttrs (old: {