{ pkgs ? import { } }: pkgs.mkShellNoCC { name = "Godot"; buildInputs = [ pkgs.godot_4 # C# will be available with https://github.com/NixOS/nixpkgs/pull/285941/ ]; }