summaryrefslogtreecommitdiff
path: root/Omni/Bild.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Omni/Bild.hs')
-rw-r--r--Omni/Bild.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Omni/Bild.hs b/Omni/Bild.hs
index 1ebeb05..fcf959f 100644
--- a/Omni/Bild.hs
+++ b/Omni/Bild.hs
@@ -503,6 +503,7 @@ instance ToNixFlag Builder where
isBuildableNs :: Namespace -> Bool
isBuildableNs = \case
(Namespace _ Namespace.C) -> True
+ (Namespace _ Namespace.Ctags) -> False
(Namespace _ Namespace.Css) -> False
(Namespace _ Namespace.Hs) -> True
(Namespace _ Namespace.Html) -> False
@@ -584,6 +585,7 @@ analyzeOne namespace@(Namespace parts ext) = do
let defaultOut = isExe ?: (Just <| Namespace.dotSeparated parts, Nothing)
case ext of
Namespace.Css -> pure Nothing
+ Namespace.Ctags -> pure Nothing
Namespace.Json -> pure Nothing
Namespace.Keys -> pure Nothing
Namespace.Md -> pure Nothing