summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorMichael Hoang <enzime@users.noreply.github.com>2024-11-04 13:40:00 +1100
committerMichael Hoang <enzime@users.noreply.github.com>2024-11-07 15:24:16 +1100
commitc13549d7a632fc107bc8802463806fc2002c9c54 (patch)
tree443b7d60ac673bb6a80d658ade2099231eb79e8d /flake.nix
parent569153467be5f438e4f932a09bfba79adcecf856 (diff)
examples: drop `ofborg` example
We decided to drop this example as the package is not available in Nixpkgs and we won't be able to import it easily and keep this example evaluating as a useful smoke test. The code in this example is already documented under `services.ofborg.*` so any interested users can still find out how to set up `ofborg`.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 59db4ff..8d50f95 100644
--- a/flake.nix
+++ b/flake.nix
@@ -48,7 +48,6 @@
darwinModules.hydra = ./modules/examples/hydra.nix;
darwinModules.lnl = ./modules/examples/lnl.nix;
- darwinModules.ofborg = ./modules/examples/ofborg.nix;
darwinModules.simple = ./modules/examples/simple.nix;
templates.default = {