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