Update nix flake for .NET 9 (#34480)

This commit is contained in:
Tobias Berger
2025-01-17 18:26:04 +01:00
committed by GitHub
parent 50bb5e0c13
commit 2fa4f0a286
4 changed files with 12 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ in import (builtins.fetchTarball {
let
dependencies = with pkgs; [
dotnetCorePackages.sdk_8_0
dotnetCorePackages.sdk_9_0
glfw
SDL2
libGL