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 ];