#!/usr/bin/env sh

function nr {
    nix run nixpkgs#"$@"
}

nr "$@"
