1
0
mirror of git://jb55.com/damus synced 2024-09-16 10:13:45 +00:00
damus/shell.nix

6 lines
130 B
Nix
Raw Normal View History

{ pkgs ? import <nixpkgs> {} }:
with pkgs;
mkShell {
2023-08-06 20:50:05 +00:00
buildInputs = with python3Packages; [ Mako requests wabt todo-txt-cli ];
}