useless_has_attr

This commit is contained in:
mjallen18
2026-04-05 14:29:24 -05:00
parent c439495d7a
commit 159ad4cb83
24 changed files with 34 additions and 43 deletions

View File

@@ -18,7 +18,7 @@ let
in
stdenv.mkDerivation {
pname = "arm-trusted-firmware";
version = if fw ? tag then fw.tag else fw.rev;
version = fw.tag or fw.rev;
src = sources.fw;