nixos-rebuild: add meta & add Profpatsch as maintainer

This commit is contained in:
Profpatsch 2022-03-22 18:35:33 +01:00
parent b4c2ffaffa
commit c7172046c7

View file

@ -25,4 +25,12 @@ substituteAll {
passthru.tests = {
simple-installer-test = nixosTests.installer.simple;
};
meta = {
description = "Rebuild your NixOS configuration and switch to it, on local hosts and remote.";
homepage = "https://github.com/NixOS/nixpkgs/tree/master/pkgs/os-specific/linux/nixos-rebuild";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.Profpatsch ];
mainProgram = "nixos-rebuild";
};
}