summaryrefslogtreecommitdiff
path: root/scripts/install-as-needed
blob: ab486559690b91f10129ae587366ccc213e25899 (plain)
1
2
3
#! /usr/bin/env sh
export NIXPKGS_ALLOW_UNFREE=1
nix shell --impure --expr "with (import (builtins.getFlake ''nixpkgs'') {});$1" --command ${@:2}