home-manager: extend platforms to unix
To match the upstream default.nix.
This commit is contained in:
committed by
Robert Helgesson
parent
a1a81b3fe7
commit
d5c0289982
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user