install dotnet 8.0
in development.nix
This commit is contained in:
parent
ec99c682ea
commit
623ef0545b
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [ devenv ];
|
environment.systemPackages = with pkgs; [
|
||||||
|
devenv
|
||||||
|
dotnetCorePackages.sdk_8_0
|
||||||
|
#jdk21
|
||||||
|
#go
|
||||||
|
];
|
||||||
|
|
||||||
programs.direnv = {
|
programs.direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue