diff options
author | makefu <github@syntax-fehler.de> | 2017-12-28 16:05:12 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-12-28 16:05:12 +0100 |
commit | a7e031c91c65928452b2ba426bfcb22be238262d (patch) | |
tree | 1b6a8eb6c7656c2c3d0d6792242835effef30612 /makefu | |
parent | 040f6f9f5c7808ea188444f15a704818f94624f7 (diff) |
ma vbob.source: do not deploy musnix
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/1systems/vbob/source.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/1systems/vbob/source.nix b/makefu/1systems/vbob/source.nix index 5b726e40b..5419215e2 100644 --- a/makefu/1systems/vbob/source.nix +++ b/makefu/1systems/vbob/source.nix @@ -1,4 +1,4 @@ import <stockholm/makefu/source.nix> { name="vbob"; - musnix = true; + # musnix = true; } |