devenv: function parameters cleanup

Little logical and alphabitical reordering of function parameters
This commit is contained in:
Ivan Mincik 2024-03-25 21:03:29 +01:00
parent c0c1f663b3
commit eb1beb497b
1 changed files with 8 additions and 7 deletions

View File

@ -1,14 +1,15 @@
{ stdenv
, lib
, openssl
{ lib
, stdenv
, fetchFromGitHub
, makeWrapper
, rustPlatform
, cachix
, darwin
, libgit2
, makeWrapper
, nix
, openssl
, pkg-config
, rustPlatform
, cachix
, fetchFromGitHub
}:
let