fmt
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
let
|
||||
inherit (stdenv) isx86_64 isAarch64 isLinux;
|
||||
inherit (lib.trivial) importJSON;
|
||||
inherit (lib.${namespace}) selectVariant mkAllSources;
|
||||
inherit (lib.${namespace}) selectVariant;
|
||||
|
||||
arch = (if isx86_64 then "x86_64" else "aarch64");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user