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:
commit
406e22e84d
@ -39,7 +39,6 @@
|
||||
config = lib.mkMerge [
|
||||
config
|
||||
{
|
||||
mobile.device.info = {};
|
||||
mobile.system.type = "none";
|
||||
mobile.hardware.soc = {
|
||||
x86_64-linux = "generic-x86_64";
|
||||
|
@ -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;
|
||||
}
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user