treewide: remove use of deprecated stdenv.lib
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
{ pkgs, stdenv, fetchurl, fetchFromGitHub, python3 }:
|
||||
|
||||
with stdenv.lib;
|
||||
{ lib, pkgs, stdenv, fetchurl, fetchFromGitHub, python3 }:
|
||||
|
||||
let
|
||||
python = python3.override {
|
||||
|
||||
Reference in New Issue
Block a user