schalterd: fix pkgs order

This commit is contained in:
Sandro - 2023-07-17 19:27:36 +02:00
parent 9afdfec7bd
commit 99999995e0
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ lib, pkgsStatic, fetchFromGitHub }:
{ pkgsCross, fetchFromGitHub }:
pkgsStatic.pkgsCross.armv7l-hf-multiplatform.rustPlatform.buildRustPackage {
pkgsCross.armv7l-hf-multiplatform.pkgsStatic.rustPlatform.buildRustPackage {
name = "schalterd";
src = "${fetchFromGitHub {