rtl: init at 0.11.2

This commit is contained in:
nixbitcoin 2021-11-08 11:41:42 +00:00
parent 3f844c06f0
commit 83196f5545
No known key found for this signature in database
GPG key ID: B6044ECBA2DAE5D0
6 changed files with 3123 additions and 0 deletions

5
pkgs/rtl/default.nix Normal file
View file

@ -0,0 +1,5 @@
{ stdenv, pkgs, lib }:
lib.head (builtins.attrValues (import ./composition.nix {
inherit pkgs;
inherit (stdenv.hostPlatform) system;
}))