diff options
author | Ben Sima <ben@bsima.me> | 2024-12-04 15:52:52 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-12-21 10:08:05 -0500 |
commit | 81cf94523f5a794e5b0c69dbd9a94619135a23c7 (patch) | |
tree | 22544f9d741827ebfe65f73f0202b2b095a09cf8 /Omni/Bild.hs | |
parent | 47c48abf836f5918120c0550c57d4eda32d3f10e (diff) |
Prune unused stuff
This was all dead weight, just delete it and move on.
Diffstat (limited to 'Omni/Bild.hs')
-rw-r--r-- | Omni/Bild.hs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Omni/Bild.hs b/Omni/Bild.hs index e6c9152..659619b 100644 --- a/Omni/Bild.hs +++ b/Omni/Bild.hs @@ -460,9 +460,7 @@ isBuildableNs = \case (Namespace _ Namespace.Toml) -> True where nixTargets = - [ ["Biz", "Pie"], - ["Biz", "Que"], - ["Omni", "Cloud"], + [ ["Omni", "Cloud"], ["Omni", "Dev"], ["Omni", "Dev", "Lithium"], ["Omni", "Dev", "Beryllium"], |