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