Loading pkgs/development/tools/twiggy/default.nix 0 → 100644 +22 −0 Original line number Diff line number Diff line { lib , fetchCrate , rustPlatform }: rustPlatform.buildRustPackage rec { pname = "twiggy"; version = "0.7.0"; src = fetchCrate { inherit pname version; sha256 = "sha256-NbtS7A5Zl8634Q3xyjVzNraNszjt1uIXqmctArfnqkk="; }; cargoSha256 = "sha256-94pfhVZ0CNMn+lCl5O+wOyE+D6fVXbH4NAPx92nMNbM="; meta = with lib; { homepage = "https://rustwasm.github.io/twiggy/"; description = "A code size profiler for Wasm"; license = with licenses; [ asl20 mit ]; maintainers = with maintainers; [ lucperkins ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -35615,6 +35615,8 @@ with pkgs; tvheadend = callPackage ../servers/tvheadend { }; twiggy = callPackage ../development/tools/twiggy { }; uacme = callPackage ../tools/admin/uacme { }; ums = callPackage ../servers/ums { }; Loading
pkgs/development/tools/twiggy/default.nix 0 → 100644 +22 −0 Original line number Diff line number Diff line { lib , fetchCrate , rustPlatform }: rustPlatform.buildRustPackage rec { pname = "twiggy"; version = "0.7.0"; src = fetchCrate { inherit pname version; sha256 = "sha256-NbtS7A5Zl8634Q3xyjVzNraNszjt1uIXqmctArfnqkk="; }; cargoSha256 = "sha256-94pfhVZ0CNMn+lCl5O+wOyE+D6fVXbH4NAPx92nMNbM="; meta = with lib; { homepage = "https://rustwasm.github.io/twiggy/"; description = "A code size profiler for Wasm"; license = with licenses; [ asl20 mit ]; maintainers = with maintainers; [ lucperkins ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -35615,6 +35615,8 @@ with pkgs; tvheadend = callPackage ../servers/tvheadend { }; twiggy = callPackage ../development/tools/twiggy { }; uacme = callPackage ../tools/admin/uacme { }; ums = callPackage ../servers/ums { };