diff options
| -rw-r--r-- | .envrc | 6 | ||||
| -rwxr-xr-x | bin/caelestia (renamed from run.sh) | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -1 +1,5 @@ -use flake +if has nix; then + use flake +fi + +PATH_add bin @@ -2,6 +2,6 @@ # Utility script for running caelestia -cd "$(dirname $0)/src" || exit +cd "$(dirname $0)/../src" || exit python -m caelestia "$@" |