rtl: init at 0.11.2
This commit is contained in:
parent
3f844c06f0
commit
83196f5545
6 changed files with 3123 additions and 0 deletions
5
pkgs/rtl/default.nix
Normal file
5
pkgs/rtl/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ stdenv, pkgs, lib }:
|
||||
lib.head (builtins.attrValues (import ./composition.nix {
|
||||
inherit pkgs;
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
}))
|
||||
Loading…
Add table
Add a link
Reference in a new issue