Skip to content

Commit

Permalink
Add meta to container-hotplug
Browse files Browse the repository at this point in the history
  • Loading branch information
nbdd0121 committed May 13, 2024
1 parent b6078fa commit 7f37e0d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/container-hotplug/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,11 @@ stdenv.mkDerivation rec {
postInstall = ''
wrapProgram $out/bin/container-hotplug --prefix PATH : "${lib.makeBinPath [runc]}"
'';

meta = {
description = "Hot-plug devices into a container as they are plugged";
homepage = "https://github.com/lowRISC/container-hotplug";
license = lib.licenses.asl20;
mainProgram = "container-hotplug";
};
}

0 comments on commit 7f37e0d

Please sign in to comment.