nix-bitcoin/pkgs/rtl/default.nix
2021-11-09 13:07:16 +00:00

6 lines
145 B
Nix

{ stdenv, pkgs, lib }:
lib.head (builtins.attrValues (import ./composition.nix {
inherit pkgs;
inherit (stdenv.hostPlatform) system;
}))