Skip to content

Instantly share code, notes, and snippets.

@FRidh
FRidh / default.nix
Last active September 3, 2016 11:58 — forked from olejorgenb/propagatedPython.nix
Find python packages that are likely to fail when used through "nix-shell -p"
# 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