This commit is contained in:
Chris Kruining 2024-07-23 20:02:53 +02:00
parent 3aa8cff626
commit ae76467d45
2 changed files with 28 additions and 1 deletions

View file

@ -7,7 +7,7 @@ in
options.modules.develop.dotnet = let
inherit (lib.options) mkEnableOption;
in {
enable = mkEnableOption "Rust developmnt";
enable = mkEnableOption ".NET developmnt";
};
config = mkMerge [