get: stdenv.lib -> lib
Deprecated since nixpkgs 21.05
This commit is contained in:
parent
935355a0af
commit
b6aac83d6e
@ -1,4 +1,6 @@
|
||||
{ coreutils, gnugrep, gnused, fetchgit, jq, nix, stdenv, ... }:
|
||||
{ fetchgit, lib, stdenv
|
||||
, coreutils, gnugrep, gnused, jq, nix
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "get-1.4.1";
|
||||
@ -16,7 +18,7 @@ stdenv.mkDerivation {
|
||||
|
||||
installPhase =
|
||||
let
|
||||
path = stdenv.lib.makeBinPath [
|
||||
path = lib.makeBinPath [
|
||||
coreutils
|
||||
gnugrep
|
||||
gnused
|
||||
|
Loading…
Reference in New Issue
Block a user