feat: add wrangler cli

This commit is contained in:
kolaente 2024-06-27 16:25:31 +02:00
parent 152b5e82d6
commit 545b62438b
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B

@ -10,4 +10,8 @@ in {
package = unstable.pnpm;
};
};
packages = [
pkgs.nodePackages.wrangler
];
}