fixing abbrs

This commit is contained in:
alisceon 2025-08-15 12:43:05 +02:00
parent a71b66f618
commit e0ba2fcf30

View file

@ -16,7 +16,7 @@
devtar = "devenv tasks run";
devs = "devenv shell";
devu = "devenv up -d";
devi = "nix flake init -t templates#";
devi-python = "nix flake init -t templates#python";
pypod = "podman run --rm -it --network host -v '.:/run' -w '/run' python /run/";