mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-11 23:44:13 +00:00
7 lines
137 B
Bash
7 lines
137 B
Bash
|
#!/usr/bin/env nix-shell
|
||
|
#!nix-shell -i bash -p nix-update
|
||
|
|
||
|
nix-update stirling-pdf
|
||
|
$(nix-build -A stirling-pdf.mitmCache.updateScript)
|
||
|
|