rtl: init at 0.11.2

This commit is contained in:
nixbitcoin
2021-11-09 13:07:16 +00:00
parent 3f844c06f0
commit 83196f5545
6 changed files with 3123 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{ stdenv, pkgs, lib }:
lib.head (builtins.attrValues (import ./composition.nix {
inherit pkgs;
inherit (stdenv.hostPlatform) system;
}))