Add sys-devices system feature to nosv
This commit is contained in:
parent
e989e7950e
commit
f81beed9fd
@ -5,6 +5,8 @@ let
|
||||
nodes = <nodes>;
|
||||
nanos6 = <nanos6>;
|
||||
|
||||
requiredSystemFeatures = [ "sys-devices" ];
|
||||
|
||||
getVersion = x: toString (x.shortRev or x.dirtyShortRev or x.lastModified or "master");
|
||||
|
||||
pkgs = (
|
||||
@ -16,6 +18,7 @@ let
|
||||
version = getVersion nosv;
|
||||
|
||||
doCheck = true;
|
||||
inherit requiredSystemFeatures;
|
||||
});
|
||||
|
||||
ovni = prev.ovni.overrideAttrs (old: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user