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