Added 2025-2026-2.nix for current semester
This commit is contained in:
parent
983c81850e
commit
ddd3ecc0c7
3 changed files with 18 additions and 6 deletions
14
2025-2026-02.nix
Normal file
14
2025-2026-02.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
haskell.compiler.ghcHEAD
|
||||
dotnet-sdk_9
|
||||
netcoredbg
|
||||
jdk
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue