1 { lib, rustPlatform, fetchFromGitHub, nixosTests }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-ErGratd1RCynE+iS+qn9feJi5o9f94lUNJZfy4XAjkc=";
14 cargoHash = "sha256-4EDAQ0MG0BTN0L3W4Jm0IdVY8vj5U3faO+ruUjLMBMY=";
16 passthru.tests = nixosTests.cntr;
19 description = "Container debugging tool based on FUSE";
20 homepage = "https://github.com/Mic92/cntr";
21 license = licenses.mit;
22 platforms = platforms.linux;
23 maintainers = [ maintainers.mic92 ];