8 lines
69 B
Bash
Executable File

#!/usr/bin/env sh
function nr {
nix run nixpkgs#"$@"
}
nr "$@"