temporarily disable chromium, since it doesnt build

This commit is contained in:
2023-03-09 21:32:54 +00:00
parent b2419da057
commit 65ed2afb23

View File

@@ -15,4 +15,6 @@
# so just forward the unstable packages.
inherit (next.stable or prev)
;
# TODO(2023/03/09): chromium 110.0.5481.177 build hangs. next flake update should resolve?
chromium = next.emptyDirectory;
})