citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

nix-lib-path (146B)


      1 #!/usr/bin/env bash
      2 exec nix-instantiate --eval --expr \
      3      "with import <nixpkgs> {}; lib.makeLibraryPath (with pkgs; [ $* ])"  | sed 's/"//g'