mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
home-manager: change platforms to unix
This commit is contained in:
parent
335cffe9a9
commit
2ff8c12bf9
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ pkgs.stdenv.mkDerivation {
|
|||
meta = with pkgs.stdenv.lib; {
|
||||
description = "A user environment configurator";
|
||||
maintainers = [ maintainers.rycee ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue