8 hash = "sha256-hyP85pYtXxucAliilUt9Y2qnrfPeSjeGsYEFJndJWyA=";
10 domain = "git.jakstys.lt";
21 nativeBuildInputs = [ gnumake ];
23 buildPhase = "make VSN=v${version} VSNHASH=${hash} undocker";
25 installPhase = "install -D undocker $out/bin/undocker";
30 homepage = "https://git.jakstys.lt/motiejus/undocker";
31 description = "CLI tool to convert a Docker image to a flattened rootfs tarball";
32 license = licenses.asl20;
33 maintainers = with maintainers; [ jordanisaacs motiejus ];
34 mainProgram = "undocker";