4 lines
56 B
Bash
4 lines
56 B
Bash
|
function run() {
|
||
|
nix run "nixpkgs#$1" -- "${@:2}"
|
||
|
}
|