Skip to content

Instantly share code, notes, and snippets.

@LnL7
Created November 20, 2020 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LnL7/4c7ff50924af322005e4a2ccae425bfe to your computer and use it in GitHub Desktop.
Save LnL7/4c7ff50924af322005e4a2ccae425bfe to your computer and use it in GitHub Desktop.
:u() {
local exports
exports=$(direnv apply_dump <(nix-shell -E "with import <nixpkgs> {}; mkShell { buildInputs = [ $* ]; }" --run 'direnv dump'))
eval "$exports"
name+="''${name:+ }$*"
typeset -U PATH
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment