Merge pull request #165302 from Profpatsch/nixos-rebuild-meta

This commit is contained in:
Sandro 2022-03-23 03:36:18 +01:00 committed by GitHub
commit 46ddd465b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";
};
}