non important commit

This commit is contained in:
maxstrb 2026-02-17 12:20:20 +01:00
parent b46ffa452f
commit 450cf417e6

View file

@ -12,7 +12,7 @@
devShells."${system}" = { devShells."${system}" = {
default = pkgs.mkShell { default = pkgs.mkShell {
buildInputs = with pkgs; [ buildInputs = with pkgs; [
dotnetCorePackages.sdk_9_0-bin dotnetCorePackages.sdk_10_0-bin
]; ];
}; };
}; };