Disable packages that depend on <nixpkgs>

Nothing in Nixpkgs should use <nixpkgs>, because it can cause Nixpkgs
evaluation to depend in part on a different version of Nixpkgs,
leading to unpredictable results (including evaluation errors).
This commit is contained in:
Eelco Dolstra
2015-03-27 16:17:48 +01:00
parent 64a4fab42b
commit 0e2257966f
2 changed files with 2 additions and 2 deletions
@@ -25,7 +25,7 @@
let
v8 = v8_3_16_14;
mysql = (import <nixpkgs> {}).mysql;
mysql = assert false; (import <nixpkgs> {}).mysql;
in