with import <nixpkgs> {};
pkgs.writeShellScriptBin "todos" ''
#!/bin/sh
file=~/sync/todo.txt plans-backend $@
''