diff options
| author | LLLL Colonq <llll@colonq> | 2025-03-17 22:41:58 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-03-17 22:41:58 -0400 |
| commit | 832bdc75f8b74d0bfb5e90c87dfc2924c0f4263b (patch) | |
| tree | da0be571655340cda8ea63eba61d8b35c56995d4 | |
| parent | ef34146854d5f35910ae55a4a7bd3bdecc79223d (diff) | |
Update
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -192,7 +192,7 @@ }; in { packages.${system}.glfw = glfw; - inherit shell native wasm; + inherit shell native wasm windows; devShells.${system}.default = shell; }; } |
