Merge pull request #165302 from Profpatsch/nixos-rebuild-meta
This commit is contained in:
commit
46ddd465b9
1 changed files with 8 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue