diff --git a/config/competitest.nix b/config/competitest.nix index 04ff0d6..2972e84 100644 --- a/config/competitest.nix +++ b/config/competitest.nix @@ -21,6 +21,16 @@ ]; }; }; + run_command = { + cs = { + exec = "dotnet"; + args = [ + "run" + "--project" + "$(ABSDIR)" + ]; + }; + }; }; }; };