pkgs: use 'lib' as first input
All checks were successful
continuous-integration/drone/push Build is passing

This is the idiomatic style in nixpkgs.
This commit is contained in:
Bruno BELANYI 2021-06-16 20:08:44 +02:00
parent daa69a54fa
commit cd02cbff45
13 changed files with 13 additions and 13 deletions

View file

@ -1,4 +1,4 @@
{ fetchFromGitHub, gawk, lib, stdenvNoCC, unified-hosts-lists }:
{ lib, fetchFromGitHub, gawk, stdenvNoCC, unified-hosts-lists }:
stdenvNoCC.mkDerivation rec {
name = "unbound-zones-adblock";
version = unified-hosts-lists.version;