mirror of
https://github.com/fort-nix/nix-bitcoin.git
synced 2024-11-25 10:12:42 +03:00
6 lines
140 B
Nix
6 lines
140 B
Nix
{ stdenv, pkgs, lib }:
|
|
lib.head (lib.attrValues (import ./composition.nix {
|
|
inherit pkgs;
|
|
inherit (stdenv.hostPlatform) system;
|
|
}))
|