@ -13,7 +13,14 @@
pkgs = import nixpkgs { inherit system; };
in
{
devShells.default = with pkgs; mkShell { buildInputs = [ deno ]; };
devShells.default =
with pkgs;
mkShell {
buildInputs = [
deno
zip
];
};
}
);
The note is not visible to the blocked user.