Merge pull request #132970 from qowoz/nixos-option-platforms

nixos-option: set platforms.all
This commit is contained in:
Sandro 2021-08-07 12:09:01 +02:00 committed by GitHub
commit aef40236ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,5 +8,6 @@ stdenv.mkDerivation rec {
meta = with lib; {
license = licenses.lgpl2Plus;
maintainers = with maintainers; [ chkno ];
platforms = platforms.all;
};
}