pkgs: use 'lib' as first input

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

View file

@ -1,4 +1,4 @@
{ python3, fetchFromGitHub, inkscape, lib, stdenvNoCC, xcursorgen }:
{ lib, python3, fetchFromGitHub, inkscape, stdenvNoCC, xcursorgen }:
let
py = python3.withPackages (ps: with ps; [ cairosvg ]);
in