dev: nix environment

This commit is contained in:
2026-09-03 20:12:49 +00:00
parent e6c9e65417
commit f063db3568
7 changed files with 1356 additions and 45 deletions
+5
View File
@@ -0,0 +1,5 @@
{ pkgs, ... }:
{
bevy-controls = import ./bevy-controls { inherit pkgs; };
default = import ./bevy-controls { inherit pkgs; };
}