diff options
| author | 2025-12-11 20:42:41 +0000 | |
|---|---|---|
| committer | 2025-12-11 20:42:41 +0000 | |
| commit | 3a7b48d67de536538d755f6d18af71cc65eafc49 (patch) | |
| tree | 869657654cbed6cba94381284f62d451940d7587 /pkgs/shell | |
| parent | try to make scripts work in nix (diff) | |
pywb: create wrapper
Diffstat (limited to 'pkgs/shell')
| -rw-r--r-- | pkgs/shell/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/shell/default.nix b/pkgs/shell/default.nix index 85fa3a7..3db055d 100644 --- a/pkgs/shell/default.nix +++ b/pkgs/shell/default.nix @@ -8,6 +8,7 @@ , git , internetarchive , pywikibot +, pywb }: mkShellNoCC { @@ -18,6 +19,7 @@ mkShellNoCC { pywikibot ])) pywikibot + pywb websocat # connect to websocket jq libfaketime # used by my fossil script |
