nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 9 lines 184 B view raw
1{ godot3-mono }: 2 3godot3-mono.overrideAttrs ( 4 self: base: { 5 pname = "godot3-mono-headless"; 6 godotBuildDescription = "mono headless"; 7 godotBuildPlatform = "server"; 8 } 9)