From d7cb163dd33159a3dbe103b754a57e9fd66076c9 Mon Sep 17 00:00:00 2001 From: Tine Date: Wed, 31 Jan 2024 23:27:43 +0100 Subject: [PATCH] chore: exec --- nix/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/home.nix b/nix/home.nix index 5b7597c..2380ce2 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -73,7 +73,7 @@ }; "~/.local/bin/docker".text = '' #!/usr/bin/env bash - podman "$@" + exec podman "$@" ''; };