github-hosts-sync: stdenv.lib -> lib
Deprecated since nixpkgs 21.05
This commit is contained in:
parent
b6aac83d6e
commit
edb81b99e6
@ -1,4 +1,4 @@
|
||||
{ pkgs, stdenv, ... }:
|
||||
{ lib, pkgs, stdenv }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "github-hosts-sync-${version}";
|
||||
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
installPhase = let
|
||||
ca-bundle = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
|
||||
path = stdenv.lib.makeBinPath [
|
||||
path = lib.makeBinPath [
|
||||
pkgs.git
|
||||
pkgs.nettools
|
||||
pkgs.openssh
|
||||
|
Loading…
Reference in New Issue
Block a user