non important commit

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-03-15 20:11:24 +01:00
parent 94c61651f4
commit 6c0f9bb7d0
13 changed files with 35 additions and 111 deletions

View file

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