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:
@@ -25,7 +25,7 @@
|
||||
|
||||
let
|
||||
v8 = v8_3_16_14;
|
||||
mysql = (import <nixpkgs> {}).mysql;
|
||||
mysql = assert false; (import <nixpkgs> {}).mysql;
|
||||
|
||||
in
|
||||
|
||||
|
||||
Reference in New Issue
Block a user