Merge branch 'development' of git.malice.zone:alisceon/nixos_config into development

This commit is contained in:
alisceon 2025-08-25 10:03:04 +02:00
commit f41073d530

View file

@ -15,7 +15,7 @@
devtar = "devenv tasks run"; devtar = "devenv tasks run";
devs = "devenv shell"; devs = "devenv shell";
devu = "devenv up -d"; 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/"; pypod = "podman run --rm -it --network host -v '.:/run' -w '/run' python /run/";