This commit is contained in:
2025-03-19 15:48:30 +00:00
parent a55fbf2b8e
commit bf5c6114fd
2 changed files with 2 additions and 2 deletions

View File

@@ -743,7 +743,7 @@ in
inferno inferno
rtorrent rtorrent
tpm2-tools tpm2-tools
intel_gpu_tools intel-gpu-tools
age-plugin-yubikey age-plugin-yubikey
(python3.withPackages ( (python3.withPackages (
ps: with ps; [ ps: with ps; [

View File

@@ -232,7 +232,7 @@ in
environment = { environment = {
enableDebugInfo = true; enableDebugInfo = true;
systemPackages = with pkgs; [ systemPackages = with pkgs; [
intel_gpu_tools intel-gpu-tools
]; ];
}; };