This commit is contained in:
maxstrb 2025-07-21 18:04:12 +02:00
parent b85918d3b1
commit bd6c9e6d7e
4 changed files with 19 additions and 13 deletions

View file

@ -31,8 +31,8 @@
c-sharp = pkgs.mkShell {
buildInputs = with pkgs; [
dotnetCorePackages.sdk_9_0-bin
]
}
];
};
rice = pkgs.mkShell {
buildInputs = with pkgs; [
cmatrix