Switch to cached-nix-shell
This commit is contained in:
parent
1d2bf8c88a
commit
1cb0ab9cf9
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env nix-shell
|
||||
#!/usr/bin/env cached-nix-shell
|
||||
#!nix-shell -i python3 -p "python3.withPackages(ps: [ ps.tqdm ])" mkvtoolnix-cli
|
||||
from subprocess import run
|
||||
from tqdm import tqdm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env nix-shell
|
||||
#!/usr/bin/env cached-nix-shell
|
||||
#!nix-shell -i python3 -p python3 ffmpeg-full
|
||||
from subprocess import run
|
||||
import mimetypes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env nix-shell
|
||||
#!/usr/bin/env cached-nix-shell
|
||||
#!nix-shell -i zsh -p imagemagick unzip zip zsh
|
||||
set -e
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env nix-shell
|
||||
#!/usr/bin/env cached-nix-shell
|
||||
#!nix-shell -i bash -p sidplayfp ffmpeg-full
|
||||
# Creates 4-channel flac file to be played with mpv profile “musicvideo-c64”
|
||||
# Set HVSC_BASE to point to your HVSC directory, otherwise the output
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env nix-shell
|
||||
#!/usr/bin/env cached-nix-shell
|
||||
#!nix-shell -i python3 -p python3
|
||||
import sys
|
||||
import subprocess
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env nix-shell
|
||||
#!/usr/bin/env cached-nix-shell
|
||||
#!nix-shell -i python3 -p "python3.withPackages(ps: [ ps.pyyaml ])"
|
||||
# Set Huion H430P parameters from saved profiles using swaymsg
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env nix-shell
|
||||
#!/usr/bin/env cached-nix-shell
|
||||
#!nix-shell -i python3 -p "python3.withPackages(ps: with ps; [ ps.flask ps.requests ])"
|
||||
from flask import Flask, redirect
|
||||
import requests
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env nix-shell
|
||||
#!/usr/bin/env cached-nix-shell
|
||||
#!nix-shell -i python3 -p python3
|
||||
# I want to use Anki instead of Quizlet. However, Quizlet only provides a very
|
||||
# limited “export” functionality, that exports something like csv, but does not
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env nix-shell
|
||||
#!/usr/bin/env cached-nix-shell
|
||||
#!nix-shell -i python3 -p "python3.withPackages(ps: with ps; [ ps.pandas ps.numpy ps.tabulate ])"
|
||||
import pandas as pd
|
||||
import numpy as np
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env nix-shell
|
||||
#!/usr/bin/env cached-nix-shell
|
||||
#!nix-shell -i python3 -p "python3.withPackages(ps: [ ps.paho-mqtt ])"
|
||||
import sys
|
||||
import paho.mqtt.client as mqtt
|
||||
|
|
Loading…
Reference in a new issue