Fix new package names

This commit is contained in:
Greg Hellings
2025-11-08 16:11:37 -06:00
parent 2439bdf588
commit 2ad5b32565
4 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -31,9 +31,9 @@ in
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
clinfo clinfo
glxinfo
jellyfin-ffmpeg jellyfin-ffmpeg
libva-utils libva-utils
mesa-demos
nfs-utils nfs-utils
radeontop radeontop
vulkan-tools vulkan-tools
+1 -4
View File
@@ -10,9 +10,6 @@
... ...
}: }:
let
passthru = [ ];
in
{ {
imports = [ imports = [
# Include the results of the hardware scan. # Include the results of the hardware scan.
@@ -39,7 +36,7 @@ in
curl curl
gawk gawk
git git
glxinfo mesa-demos
unzip unzip
wget wget
]; ];
+1 -1
View File
@@ -31,7 +31,7 @@ in
cdrtools cdrtools
element-desktop element-desktop
freetube freetube
onlyoffice-bin onlyoffice-desktopeditors
qpwgraph qpwgraph
vlc vlc
x265 x265
+1 -1
View File
@@ -5,10 +5,10 @@ let
pypackages: with pypackages; [ pypackages: with pypackages; [
black black
build build
dateutil
ipython ipython
mypy mypy
pylint pylint
python-dateutil
pyyaml pyyaml
responses responses
ruamel-yaml ruamel-yaml