From 7114a853a136063a6e402e716a3bdeb49fb3c866 Mon Sep 17 00:00:00 2001 From: Tine Date: Wed, 31 Jan 2024 15:43:56 +0100 Subject: [PATCH] fix: fake docker cli --- nix/home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/home.nix b/nix/home.nix index 3b08916..5b7597c 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -71,6 +71,10 @@ recursive = true; source = ../nvim; }; + "~/.local/bin/docker".text = '' + #!/usr/bin/env bash + podman "$@" + ''; }; programs.git = {