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
];
}

View file

@ -1 +1 @@
Changed nixos channel to 25.11, updated flake
Added 2025-2026-2.nix for current semester

View file

@ -63,10 +63,6 @@ let
nixos-shell
python3
haskell.compiler.ghcHEAD
dotnet-sdk_9
netcoredbg
kdePackages.qtwebengine
kdePackages.qtlocation
kdePackages.ksystemstats # needed for the resource widgets
@ -81,7 +77,7 @@ let
gimp
krita
inkscape
rnote # this comment is here because git wouldn't add this file otherwise
rnote
kdePackages.kdenlive
libreoffice
@ -116,6 +112,8 @@ let
];
in
{
imports = [ ./2025-2026-02.nix ];
nixpkgs.config.allowUnfree = false;
nix.settings.experimental-features = [
"nix-command"