Improved justfile script env caching

This commit is contained in:
2026-04-07 13:05:41 +01:00
parent c4d74f74b8
commit 2ce738fc0e
7 changed files with 19 additions and 9 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
#!/usr/bin/env nix-shell
#!nix-shell -i python3 -p "python3.withPackages(ps: with ps; [ typer rich ])"
#!/usr/bin/env python3
import typer
import subprocess
from pathlib import Path