Skip to content

Commit

Permalink
Add python wrapper for IDEs (#2317)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kakadus authored Nov 4, 2024
1 parent 47df40e commit 853102f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nix/nix-python
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
SCRIPTPATH=$(dirname "$0")
FLAKEPATH=$(realpath "$SCRIPTPATH/..")
exec nix develop "$FLAKEPATH" --command python "$@"

0 comments on commit 853102f

Please sign in to comment.