summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-03-17 22:41:58 -0400
committerLLLL Colonq <llll@colonq>2025-03-17 22:41:58 -0400
commit832bdc75f8b74d0bfb5e90c87dfc2924c0f4263b (patch)
treeda0be571655340cda8ea63eba61d8b35c56995d4
parentef34146854d5f35910ae55a4a7bd3bdecc79223d (diff)
Update
-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;
};
}