treewide: simplify pkgs.stdenv.lib -> pkgs.lib
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ pkgs, ctags }:
|
||||
|
||||
with pkgs.stdenv.lib;
|
||||
with pkgs.lib;
|
||||
|
||||
# define some ctags wrappers adding support for some not that common languages
|
||||
# customization:
|
||||
|
||||
Reference in New Issue
Block a user