nixos: add python and java packages
This commit is contained in:
@@ -335,6 +335,10 @@ in
|
||||
weather
|
||||
affinity-v3
|
||||
kdePackages.kfind
|
||||
desktop-file-utils
|
||||
openjdk
|
||||
openjdk17
|
||||
openjdk25
|
||||
|
||||
unstable.winetricks
|
||||
unstable.fastfetch
|
||||
@@ -342,6 +346,13 @@ in
|
||||
inputs.nix-gaming.packages.${pkgs.stdenv.hostPlatform.system}.wine-tkg
|
||||
inputs.appimage-manager.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
|
||||
(python3.withPackages (
|
||||
python-pkgs: with python-pkgs; [
|
||||
requests
|
||||
pandas
|
||||
]
|
||||
))
|
||||
|
||||
(callPackage ../../packages/virtiofsd-looking-glass/package.nix { })
|
||||
(callPackage ../../packages/heidisql/package.nix { })
|
||||
(callPackage ../../packages/looking-glass-client/package.nix { })
|
||||
|
||||
Reference in New Issue
Block a user