Added 2025-2026-2.nix for current semester

This commit is contained in:
EsVagy42 2026-02-09 19:15:39 +01:00
parent 983c81850e
commit ddd3ecc0c7
3 changed files with 18 additions and 6 deletions

14
2025-2026-02.nix Normal file
View file

@ -0,0 +1,14 @@
{
config,
pkgs,
lib,
...
}:
{
environment.systemPackages = with pkgs; [
haskell.compiler.ghcHEAD
dotnet-sdk_9
netcoredbg
jdk
];
}