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