This commit is contained in:
alisceon 2025-07-29 11:25:40 +02:00
parent 715835d743
commit 09e7e65d91
6 changed files with 108 additions and 94 deletions

View file

@ -28,8 +28,8 @@
# Development commands
devt = "devenv test";
devs = "devenv shell";
devu = "devenv up";
devi = "nix flake init -t path:/home/alisceon/Templates/devenv#python";
devu = "devenv up -d";
devi = "nix flake init -t templates#";
pypod = "podman run --rm -it --network host -v '.:/run' -w '/run' python /run/";