diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -19,9 +19,11 @@ default = pkgs.mkShellNoCC { packages = (with pkgs; [ (python3.withPackages (p: [ p.requests p.mwclient p.lxml p.jsonpatch ])) - websocat + websocat # connect to websocket jq - libfaketime + libfaketime # used by my fossil script + fossil git # scms + internetarchive # ia cmdline tool ]); }; }; |
