mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
cmospwd: set correct supported platforms
This commit is contained in:
parent
70d0292ee7
commit
9a869a8572
@ -34,6 +34,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://www.cgsecurity.org/wiki/CmosPwd";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ t4ccer ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.x86_64;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user