pinwheel: Fix pants use of system
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
{
|
||||
system,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
@@ -11,7 +10,7 @@ let
|
||||
match =
|
||||
v: l: builtins.elemAt (lib.lists.findFirst (x: (if_let v (builtins.elemAt x 0)) != null) null l) 1;
|
||||
|
||||
package = match { platform = system; } [
|
||||
package = match { platform = pkgs.stdenv.hostPlatform.system; } [
|
||||
[
|
||||
{ platform = "aarch64-linux"; }
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user