daytona-bin: throw on unsupported systems
This commit is contained in:
parent
92e1e3ac5f
commit
5f7bce2107
@ -30,7 +30,10 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
};
|
||||
};
|
||||
in
|
||||
fetchurl urls."${stdenvNoCC.hostPlatform.system}";
|
||||
fetchurl (
|
||||
urls."${stdenvNoCC.hostPlatform.system}"
|
||||
or (throw "Unsupported system: ${stdenvNoCC.hostPlatform.system}")
|
||||
);
|
||||
|
||||
dontUnpack = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user