mirror of
https://github.com/mentos1386/dotfiles.git
synced 2025-02-19 15:53:37 +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;
|
recursive = true;
|
||||||
source = ../nvim;
|
source = ../nvim;
|
||||||
};
|
};
|
||||||
|
"~/.local/bin/docker".text = ''
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
podman "$@"
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
|
|
Loading…
Reference in a new issue