fix: flake

This commit is contained in:
thesimplekid
2024-09-19 13:56:55 +02:00
parent fa8776998a
commit e67f32a474

View File

@@ -74,14 +74,14 @@
] ++ libsDarwin;
# WASM deps
# WASMInputs = with pkgs; [
# ];
WASMInputs = with pkgs; [
];
# nativeBuildInputs = with pkgs; [
# Add additional build inputs here
#] ++ lib.optionals isDarwin [
# Additional darwin specific native inputs can be set here
# ];
nativeBuildInputs = with pkgs; [
#Add additional build inputs here
] ++ lib.optionals isDarwin [
# Additional darwin specific native inputs can be set here
];
in
{
checks = {