1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-13 12:35:48 +03:00

Merge pull request #194 from samueldr-wip/fix/manual-options-regression

Fix regressions coming from Nixpkgs upgrades
This commit is contained in:
Samuel Dionne-Riel 2020-08-18 17:50:13 -04:00 committed by GitHub
commit 406e22e84d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -39,7 +39,6 @@
config = lib.mkMerge [
config
{
mobile.device.info = {};
mobile.system.type = "none";
mobile.hardware.soc = {
x86_64-linux = "generic-x86_64";

View File

@ -20,7 +20,6 @@
# And here the installation-device profile is a bit annoying.
# Let's ultra-diable the documentation and nixos manual.
documentation.enable = lib.mkOverride 10 false;
services.nixosManual.showManual = lib.mkOverride 10 false;
}
];
}