add dotnet 8
This commit is contained in:
parent
33f3eb32c1
commit
3e0aefd138
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ in {
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
dotnetCorePackages.sdk_9_0
|
dotnet-sdk_9
|
||||||
|
dotnet-sdk_8
|
||||||
gcc
|
gcc
|
||||||
ghex
|
ghex
|
||||||
glsl_analyzer
|
glsl_analyzer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue