7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
12 owner = "nicolas-van";
15 hash = "sha256-I95nxZD65tHiok4MzsGG7gyaxPHbqQLuRWdHUPNhLu8=";
23 description = "Minimalist init process designed for Docker";
24 homepage = "https://github.com/nicolas-van/multirun";
25 license = licenses.mit;
26 maintainers = with maintainers; [ nickcao ];
27 mainProgram = "multirun";
28 platforms = platforms.all;