Skip to content

Commit

Permalink
usr: cli-extra: fix act-podman
Browse files Browse the repository at this point in the history
  • Loading branch information
xieby1 committed Dec 24, 2024
1 parent 8427abc commit 2a7213d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usr/cli-extra.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ in {
home.packages = [
pkgs.act
(pkgs.writeShellScriptBin "act-podman" ''
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
CMD=(
"${pkgs.act}/bin/act"
"--bind"
Expand Down

0 comments on commit 2a7213d

Please sign in to comment.