summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index d666ab4..12cdd7c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -192,7 +192,7 @@
};
in {
packages.${system}.glfw = glfw;
- inherit shell native wasm;
+ inherit shell native wasm windows;
devShells.${system}.default = shell;
};
}