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
|
#!nix-shell -i python3 -p "python3.withPackages(ps: [ ps.tqdm ])" mkvtoolnix-cli
|
||||||
from subprocess import run
|
from subprocess import run
|
||||||
from tqdm import tqdm
|
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
|
#!nix-shell -i python3 -p python3 ffmpeg-full
|
||||||
from subprocess import run
|
from subprocess import run
|
||||||
import mimetypes
|
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
|
#!nix-shell -i zsh -p imagemagick unzip zip zsh
|
||||||
set -e
|
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
|
#!nix-shell -i bash -p sidplayfp ffmpeg-full
|
||||||
# Creates 4-channel flac file to be played with mpv profile “musicvideo-c64”
|
# 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
|
# 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
|
#!nix-shell -i python3 -p python3
|
||||||
import sys
|
import sys
|
||||||
import subprocess
|
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 ])"
|
#!nix-shell -i python3 -p "python3.withPackages(ps: [ ps.pyyaml ])"
|
||||||
# Set Huion H430P parameters from saved profiles using swaymsg
|
# 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 ])"
|
#!nix-shell -i python3 -p "python3.withPackages(ps: with ps; [ ps.flask ps.requests ])"
|
||||||
from flask import Flask, redirect
|
from flask import Flask, redirect
|
||||||
import requests
|
import requests
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env nix-shell
|
#!/usr/bin/env cached-nix-shell
|
||||||
#!nix-shell -i python3 -p python3
|
#!nix-shell -i python3 -p python3
|
||||||
# I want to use Anki instead of Quizlet. However, Quizlet only provides a very
|
# 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
|
# 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 ])"
|
#!nix-shell -i python3 -p "python3.withPackages(ps: with ps; [ ps.pandas ps.numpy ps.tabulate ])"
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
import numpy as np
|
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 ])"
|
#!nix-shell -i python3 -p "python3.withPackages(ps: [ ps.paho-mqtt ])"
|
||||||
import sys
|
import sys
|
||||||
import paho.mqtt.client as mqtt
|
import paho.mqtt.client as mqtt
|
||||||
|
|
Loading…
Reference in a new issue