1 { lib, rustPlatform, fetchFromGitHub, nixosTests }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-spa4qPEhpNSZIk16jeH9YEr4g9JcVmpetHz72A/ZAPY=";
14 cargoHash = "sha256-YN8EtUXKtT8Xc0RnW7QqL+awyWy5xFKWhYMxgYG28I4=";
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 ];