From 5cac88580dd2a4d2c4aada8f7f3103e3dcff3415 Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu+github@posteo.de> Date: Tue, 26 Jul 2022 22:04:40 +0200 Subject: [PATCH] fix cross compile --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 64848ff..a459115 100644 --- a/shell.nix +++ b/shell.nix @@ -1,6 +1,6 @@ with (import {}); mkShell { - nativeBuildInputs = [ + buildInputs = [ pkgsCross.muslpi.stdenv.cc pkgsCross.muslpi.sqlite ];