crystal: fix build

`env` cannot contain lists, broken in #488868
This commit is contained in:
Christoph Jabs
2026-02-16 11:35:00 +02:00
parent 20a60d8198
commit b1a64efa03
@@ -202,9 +202,8 @@ let
env = {
LLVM_CONFIG = "${llvmPackages.llvm.dev}/bin/llvm-config";
FLAGS = [
"--single-module" # needed for deterministic builds
];
# needed for deterministic builds
FLAGS = "--single-module";
# This makes sure we don't keep depending on the previous version of
# crystal used to build this one.