This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Produce a list of derivations that should likely have pythonPath set | |
with import <nixpkgs> {}; | |
with builtins; | |
let | |
# Package set to check | |
pythonPackages = pkgs.python2Packages; | |
# evaluate expr, returning default on error |