1
0
mirror of git://jb55.com/damus synced 2024-09-05 21:03:51 +00:00
damus/shell.nix
2023-08-06 13:50:20 -07:00

6 lines
130 B
Nix

{ pkgs ? import <nixpkgs> {} }:
with pkgs;
mkShell {
buildInputs = with python3Packages; [ Mako requests wabt todo-txt-cli ];
}