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