mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-03 04:06:18 +01:00
fix: flake
This commit is contained in:
14
flake.nix
14
flake.nix
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user