nix-bitcoin/pkgs/rtl/default.nix

6 lines
145 B
Nix
Raw Normal View History

2021-11-08 03:41:42 -08:00
{ stdenv, pkgs, lib }:
lib.head (builtins.attrValues (import ./composition.nix {
inherit pkgs;
inherit (stdenv.hostPlatform) system;
}))