nixos-option: set platforms.all

only built on linux currently but it is used on non-linux platforms e.g. darwin with home-manager
This commit is contained in:
zowoq 2021-08-07 14:36:51 +10:00
parent 3fb8895514
commit 8f18af2629

View file

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