xrefcheck/default.nix
2020-07-03 12:08:22 +03:00

8 lines
207 B
Nix

# SPDX-FileCopyrightText: 2019 Serokell <https://serokell.io>
#
# SPDX-License-Identifier: MPL-2.0
{ platform ? "linux-static" }:
(import ./xrefcheck.nix { ${platform} = true; }).components.exes.xrefcheck