update flake version
Some checks failed
Build and push / build (push) Has been cancelled

This commit is contained in:
Jim Clark
2023-08-09 22:44:11 -07:00
parent 33b99e22e2
commit 04c4e6c22a

View File

@@ -12,7 +12,7 @@
inherit nixpkgs;
dir = ./.;
name = "babashka-pod-docker";
version = "0.0.1";
version = "0.2.0";
package-overlay = pkgs: packages:
packages // {
default = pkgs.writeShellScriptBin "entrypoint" ''