populate: stdenv.lib -> lib
Deprecated since nixpkgs 21.05
This commit is contained in:
parent
7867885f39
commit
7ea3136475
@ -1,8 +1,9 @@
|
|||||||
{ coreutils, fetchgit, findutils, git, gnused, jq, openssh, pass, rsync, stdenv
|
{ fetchgit, lib, stdenv
|
||||||
|
, coreutils, findutils, git, gnused, jq, openssh, pass, rsync
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
PATH = stdenv.lib.makeBinPath [
|
PATH = lib.makeBinPath [
|
||||||
coreutils
|
coreutils
|
||||||
findutils
|
findutils
|
||||||
git
|
git
|
||||||
|
Loading…
Reference in New Issue
Block a user