Skip to content

Instantly share code, notes, and snippets.

@jb55
Created July 17, 2016 21:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jb55/b481af3612ef1308101399022c9edca9 to your computer and use it in GitHub Desktop.
Save jb55/b481af3612ef1308101399022c9edca9 to your computer and use it in GitHub Desktop.
nix-path () {
nix-instantiate --eval --expr 'with import <nixpkgs> {}; "${'"$1"'}"' | sed 's/"//g'
}
$ nix-path xorg.libX11
/nix/store/qyf0r9vfqyybdwjmrngy0k44gl4607nk-libX11-1.6.3-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment