diff --git a/nix/nix-python b/nix/nix-python new file mode 100755 index 000000000..695a782fe --- /dev/null +++ b/nix/nix-python @@ -0,0 +1,4 @@ +#!/bin/sh +SCRIPTPATH=$(dirname "$0") +FLAKEPATH=$(realpath "$SCRIPTPATH/..") +exec nix develop "$FLAKEPATH" --command python "$@"