fix: fake docker cli

This commit is contained in:
Tine 2024-01-31 15:43:56 +01:00
parent b4b4a531c1
commit 7114a853a1
No known key found for this signature in database

View file

@ -71,6 +71,10 @@
recursive = true;
source = ../nvim;
};
"~/.local/bin/docker".text = ''
#!/usr/bin/env bash
podman "$@"
'';
};
programs.git = {