#! /usr/bin/env sh export NIXPKGS_ALLOW_UNFREE=1 PKG=$1 shift nix shell --impure --expr "with (import (builtins.getFlake ''nixpkgs'') {});$PKG" --command "$@"