forked from mirrors/nixpkgs
26939eee79
This commit removes files that are not referenced in nixpkgs anymore. I have created this list by finding potential candidates using find nixpkgs/pkgs -type d -links 2 | parallel -N 1 'out=`grep -L {} top-level/all-packages.nix`; test -n "$out" && echo {}' and have then searched for those candidates with grep in whole nixpkgs. |
||
---|---|---|
.. | ||
applications | ||
build-support | ||
data | ||
desktops | ||
development | ||
games | ||
misc | ||
os-specific | ||
servers | ||
shells | ||
stdenv | ||
test | ||
tools | ||
top-level |