@@ -11,5 +11,13 @@
{
inherit nixpkgs;
dir = ./.;
name = "babashka-pod-docker";
version = "0.0.1";
custom-packages = pkgs: packages:
packages // {
default = pkgs.writeShellScriptBin "entrypoint" ''
${packages.app}/bin/babashka-pod-docker
'';
};
}
The note is not visible to the blocked user.