nyan: enable and fix strictDeps build

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards 2025-05-30 17:44:14 -04:00
parent ff6b73e13c
commit 448a53ad54
No known key found for this signature in database
GPG key ID: D83DC5377393C7E6

View file

@ -20,9 +20,12 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-BtvMZaQutcPqTSCN5gxYUU3CQTyCns1ldkcnjwJOFa8=";
};
strictDeps = true;
nativeBuildInputs = [
clang
cmake
flex
];
buildInputs = [