mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-22 07:33:33 +00:00
fix: fake docker cli
This commit is contained in:
parent
b4b4a531c1
commit
7114a853a1
1 changed files with 4 additions and 0 deletions
|
@ -71,6 +71,10 @@
|
|||
recursive = true;
|
||||
source = ../nvim;
|
||||
};
|
||||
"~/.local/bin/docker".text = ''
|
||||
#!/usr/bin/env bash
|
||||
podman "$@"
|
||||
'';
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
|
|
Loading…
Reference in a new issue