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
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
@ -1 +1 @@
|
||||||
Changed nixos channel to 25.11, updated flake
|
Added 2025-2026-2.nix for current semester
|
||||||
|
|
|
||||||
|
|
@ -63,10 +63,6 @@ let
|
||||||
nixos-shell
|
nixos-shell
|
||||||
python3
|
python3
|
||||||
|
|
||||||
haskell.compiler.ghcHEAD
|
|
||||||
dotnet-sdk_9
|
|
||||||
netcoredbg
|
|
||||||
|
|
||||||
kdePackages.qtwebengine
|
kdePackages.qtwebengine
|
||||||
kdePackages.qtlocation
|
kdePackages.qtlocation
|
||||||
kdePackages.ksystemstats # needed for the resource widgets
|
kdePackages.ksystemstats # needed for the resource widgets
|
||||||
|
|
@ -81,7 +77,7 @@ let
|
||||||
gimp
|
gimp
|
||||||
krita
|
krita
|
||||||
inkscape
|
inkscape
|
||||||
rnote # this comment is here because git wouldn't add this file otherwise
|
rnote
|
||||||
kdePackages.kdenlive
|
kdePackages.kdenlive
|
||||||
|
|
||||||
libreoffice
|
libreoffice
|
||||||
|
|
@ -116,6 +112,8 @@ let
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
imports = [ ./2025-2026-02.nix ];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = false;
|
nixpkgs.config.allowUnfree = false;
|
||||||
nix.settings.experimental-features = [
|
nix.settings.experimental-features = [
|
||||||
"nix-command"
|
"nix-command"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue