pkgs: use 'lib' as first input
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This is the idiomatic style in nixpkgs.
This commit is contained in:
parent
daa69a54fa
commit
cd02cbff45
13 changed files with 13 additions and 13 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ curl, jq, fetchFromGitHub, lib, makeWrapper, stdenvNoCC }:
|
||||
{ lib, curl, jq, fetchFromGitHub, makeWrapper, stdenvNoCC }:
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "matrix-notifier";
|
||||
version = "0.1.2";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue