pkgs: use 'lib' as first input
This is the idiomatic style in nixpkgs.
This commit is contained in:
parent
9bb09ee8f4
commit
5fa2b1fed9
13 changed files with 13 additions and 13 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ fetchFromGitHub, lib, rustPlatform }:
|
||||
{ lib, fetchFromGitHub, rustPlatform }:
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "lohr";
|
||||
version = "0.4.0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue