nixredo/nixredo-whichdo
2021-02-19 20:28:49 +01:00

5 lines
130 B
Bash

#!/bin/sh
PATH="@binPath@:$PATH"
f=$(realpath -s "$1")
nix eval --impure --expr "with import @libnix@ {}; /. + (whichdo \"$f\")"