mirror of https://github.com/lukechilds/damus.git
William Casarin
3 years ago
2 changed files with 7 additions and 0 deletions
@ -1,3 +1,5 @@ |
|||
use nix |
|||
|
|||
export TODO_FILE=$PWD/TODO |
|||
|
|||
todo.sh ls || : |
|||
|
@ -0,0 +1,5 @@ |
|||
{ pkgs ? import <nixpkgs> {} }: |
|||
with pkgs; |
|||
mkShell { |
|||
buildInputs = with python3Packages; [ Mako requests ]; |
|||
} |
Loading…
Reference in new issue