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