pkgs/development: stdenv.lib -> lib
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
, enableDebugInfo ? false
|
||||
, ... }@attrs:
|
||||
|
||||
with stdenv.lib;
|
||||
with lib;
|
||||
|
||||
let
|
||||
shell = drv: stdenv.mkDerivation {
|
||||
|
||||
Reference in New Issue
Block a user