We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8379b2c + 2a6bf02 commit 8fe1096Copy full SHA for 8fe1096
flake.nix
@@ -28,6 +28,9 @@
28
clang
29
llvmPackages.libcxx
30
31
+ # Dotnet
32
+ dotnetCorePackages.sdk_9_0
33
+
34
# Electron (wrapped with GTK dependencies)
35
electron_39 # 14 Dec 2025: We're ahead of Vortex which is on 37. Doing this for default Wayland support.
36
@@ -53,6 +56,9 @@
53
56
54
57
# Point to Nix-provided Electron
55
58
ELECTRON_OVERRIDE_DIST_PATH = "${pkgs.electron_39}/libexec/electron";
59
60
+ # Make the dotnet runtime available
61
+ DOTNET_ROOT = "${pkgs.dotnetCorePackages.runtime_9_0}/share/dotnet";
62
};
63
64
# Set up GTK environment (mimics wrapGAppsHook3)
0 commit comments