non important commit

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-03-31 17:37:27 +02:00
parent eb2f9d621f
commit 0c0d1b06e9

View file

@ -13,7 +13,8 @@
default = pkgs.mkShell { default = pkgs.mkShell {
buildInputs = with pkgs; [ buildInputs = with pkgs; [
dotnetCorePackages.sdk_10_0-bin dotnetCorePackages.sdk_10_0-bin
omnisharp-roslyn netcoredbg
csharp-ls
]; ];
}; };
}; };