Skip to content

Commit

Permalink
jetbrains: fix build_maven.py shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
NyCodeGHG committed Jan 9, 2025
1 parent 48a14f2 commit 6299c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/editors/jetbrains/source/build_maven.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
# ! nix-shell -i python3 -p python3 python3.pkgs.xmltodict
#! nix-shell -i python3 -p python3 python3.pkgs.xmltodict
import os
from argparse import ArgumentParser
from xmltodict import parse
Expand Down

0 comments on commit 6299c4d

Please sign in to comment.