diff options
| author | Michael Hoang <enzime@users.noreply.github.com> | 2024-11-04 13:40:00 +1100 |
|---|---|---|
| committer | Michael Hoang <enzime@users.noreply.github.com> | 2024-11-07 15:24:16 +1100 |
| commit | c13549d7a632fc107bc8802463806fc2002c9c54 (patch) | |
| tree | 443b7d60ac673bb6a80d658ade2099231eb79e8d /flake.nix | |
| parent | 569153467be5f438e4f932a09bfba79adcecf856 (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.nix | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 = { |
