glxinfo: replace with mesa-demos

This commit is contained in:
Sandro Jäckel
2024-07-04 15:30:03 +02:00
parent 277d18341c
commit d50e23f0a4
18 changed files with 33 additions and 69 deletions

View File

@@ -63,7 +63,7 @@ with lib;
# Firefox for reading the manual.
firefox
glxinfo
mesa-demos
];
}

View File

@@ -17,5 +17,5 @@
# Enable sound in virtualbox appliances.
hardware.pulseaudio.enable = true;
environment.systemPackages = [ pkgs.glxinfo pkgs.firefox ];
environment.systemPackages = [ pkgs.mesa-demos pkgs.firefox ];
}