From ddd3ecc0c7b50642dfd60a89927dadc86bc0b49f Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Mon, 9 Feb 2026 19:15:39 +0100 Subject: [PATCH] Added 2025-2026-2.nix for current semester --- 2025-2026-02.nix | 14 ++++++++++++++ commit_text | 2 +- configuration.nix | 8 +++----- 3 files changed, 18 insertions(+), 6 deletions(-) create mode 100644 2025-2026-02.nix diff --git a/2025-2026-02.nix b/2025-2026-02.nix new file mode 100644 index 0000000..1f92da9 --- /dev/null +++ b/2025-2026-02.nix @@ -0,0 +1,14 @@ +{ + config, + pkgs, + lib, + ... +}: +{ + environment.systemPackages = with pkgs; [ + haskell.compiler.ghcHEAD + dotnet-sdk_9 + netcoredbg + jdk + ]; +} diff --git a/commit_text b/commit_text index 890ef96..5928729 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Changed nixos channel to 25.11, updated flake +Added 2025-2026-2.nix for current semester diff --git a/configuration.nix b/configuration.nix index d0a6489..7c7406c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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"