replaced nix_switchwall.sh

This commit is contained in:
kenji
2025-11-24 17:13:29 -06:00
parent 580865cb4c
commit 7e61df9b59
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
cd "$(dirname "$0")"
# Execute the switchwall.sh script within the Nix environment.
nix develop --command ./switchwall.sh "$@"
# Use 'nix run' to utilize the wrapper defined in your flake
# --impure is sometimes needed if your flake relies on uncommitted files or local paths
nix run . --impure -- "$@"