sane-bt-*: remove extraneous nix-shell dep

This commit is contained in:
Colin 2023-06-22 22:39:02 +00:00
parent fecd2fa7d3
commit 33b33a9237
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -i python3 -p "python3.withPackages (ps: [ ps.sane-lib.bt ])" -p transmission
#!nix-shell -i python3 -p "python3.withPackages (ps: [ ps.sane-lib.bt ])"
# vim: set filetype=python :
import argparse

View File

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -i python3 -p "python3.withPackages (ps: [ ps.sane-lib.bt ])" -p transmission
#!nix-shell -i python3 -p "python3.withPackages (ps: [ ps.sane-lib.bt ])"
# vim: set filetype=python :
import argparse

View File

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -i python3 -p "python3.withPackages (ps: [ ps.sane-lib.bt ])" -p transmission
#!nix-shell -i python3 -p "python3.withPackages (ps: [ ps.sane-lib.bt ])"
# vim: set filetype=python :
import argparse