nix-bitcoin/pkgs/cl-rest/default.nix

6 lines
145 B
Nix
Raw Normal View History

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