mirror of
https://github.com/fort-nix/nix-bitcoin.git
synced 2024-11-23 14:56:43 +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;
|
|
}))
|