home-manager: extend platforms to unix

To match the upstream default.nix.
This commit is contained in:
Timo Kaufmann 2020-03-25 15:01:31 +01:00 committed by Robert Helgesson
parent a1a81b3fe7
commit d5c0289982
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A user environment configurator";
maintainers = with maintainers; [ rycee ];
platforms = platforms.linux;
platforms = platforms.unix;
license = licenses.mit;
};