Peter Bohner
Posts
Teaching
Notes
NixOS: Run shell scripts with dependencies
from September 1, 2024
-
15 words
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p cowsay lolcat
echo
CoOoOoL!
|
cowsay
|
lolcat
source