Merge pull request #268402 from t4ccer/t4/cmospwd-correct-platform

cmospwd: set correct supported platforms

authored by

Nick Cao and committed by
GitHub
af62d8ca 32042165

+1 -1
+1 -1
pkgs/tools/security/cmospwd/default.nix
··· 34 homepage = "https://www.cgsecurity.org/wiki/CmosPwd"; 35 license = licenses.gpl2Plus; 36 maintainers = with maintainers; [ t4ccer ]; 37 - platforms = platforms.linux; 38 }; 39 })
··· 34 homepage = "https://www.cgsecurity.org/wiki/CmosPwd"; 35 license = licenses.gpl2Plus; 36 maintainers = with maintainers; [ t4ccer ]; 37 + platforms = platforms.x86_64; 38 }; 39 })