mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
various: remove left-over rtc_cmos rootModule
This is not needed anymore after
65a50ea453
.
This commit is contained in:
parent
c4da9c72d0
commit
d232880c20
4 changed files with 2 additions and 8 deletions
|
@ -226,8 +226,7 @@ let
|
|||
image = (
|
||||
pkgs.vmTools.override {
|
||||
rootModules =
|
||||
[ "zfs" "9p" "9pnet_virtio" "virtio_pci" "virtio_blk" ] ++
|
||||
(pkgs.lib.optional pkgs.stdenv.hostPlatform.isx86 "rtc_cmos");
|
||||
[ "zfs" "9p" "9pnet_virtio" "virtio_pci" "virtio_blk" ];
|
||||
kernel = modulesTree;
|
||||
}
|
||||
).runInLinuxVM (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue