diff options
author | makefu <github@syntax-fehler.de> | 2019-04-18 19:55:10 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-04-18 19:55:10 +0200 |
commit | 25c15fb7c162bc927310b4d45a58668d9e635a98 (patch) | |
tree | dfd9363110201a2c31a0e75150b0858e5c45f2eb /makefu/1systems/sdev | |
parent | 398f96dfff0579e3d62d8ea0f7fd49dd91014d16 (diff) |
ma sdev.r: do not build with virtualbox extensions
Diffstat (limited to 'makefu/1systems/sdev')
-rw-r--r-- | makefu/1systems/sdev/config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/1systems/sdev/config.nix b/makefu/1systems/sdev/config.nix index 2f289d500..e15af8251 100644 --- a/makefu/1systems/sdev/config.nix +++ b/makefu/1systems/sdev/config.nix @@ -6,7 +6,7 @@ [ # Include the results of the hardware scan. <stockholm/makefu> - <stockholm/makefu/2configs/hw/vbox-guest.nix> + # <stockholm/makefu/2configs/hw/vbox-guest.nix> # broken since 2019-04-18 #{ # until virtualbox-image is fixed # imports = [ # <stockholm/makefu/2configs/fs/single-partition-ext4.nix> |