about summary refs log tree commit diff
path: root/lib/deprecated.nix
Commit message (Collapse)AuthorAge
* Update deprecated.nixWei-Ming Yang2015-11-15
| | | fix a typo
* Remove deepOverrideEelco Dolstra2015-07-28
| | | | | | | | It's unused, and also a bad idea: because it recursively recomputes every function argument and there is no sharing, you can get an exponential (?) blowup in evaluation time. For example, evaluating ‘linuxPackages.kernel’ takes 0.09s and ~13 MiB, but evaluating ‘linuxPackages.kernel.deepOverride {}’ takes 3.6s and ~305 MiB.
* Rename misc.nix -> deprecated.nixEelco Dolstra2015-07-23