cl-rest: init at 0.5.2

This commit is contained in:
nixbitcoin
2021-11-09 13:07:27 +00:00
parent 83196f5545
commit 0e1e2a1b3c
6 changed files with 1442 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;
}))