1#!/usr/bin/env rc 2 3flag e + 4 5if(~ $1 -x) { 6 flag x + 7 shift 8} 9 10pkg=$1 11shift 12 13exec nix run 'nixpkgs#'^$pkg -- $*