about summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2024-05-09 18:18:59 +0200
committerAlan Pearce2024-05-09 19:27:57 +0200
commitfbc4c583a4e2759d6b8cdbb98de2c769918ddac8 (patch)
tree2b5bd7317e426746781071f771f5ad7979988503 /config.toml
parent8d5dfd90332facb2613b927cf32472915f87359d (diff)
downloadsearchix-fbc4c583a4e2759d6b8cdbb98de2c769918ddac8.tar.lz
searchix-fbc4c583a4e2759d6b8cdbb98de2c769918ddac8.tar.zst
searchix-fbc4c583a4e2759d6b8cdbb98de2c769918ddac8.zip
docs: embed defaults in app
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml29
1 files changed, 0 insertions, 29 deletions
diff --git a/config.toml b/config.toml
index b865415..999c486 100644
--- a/config.toml
+++ b/config.toml
@@ -1,38 +1,9 @@
 [sources.nixos]
-  name = "NixOS"
   enable = true
-  type = "channel"
   channel = "nixos-unstable"
-  import-path = "nixos/release.nix"
-  attribute = "options"
-  output-path = "share/doc/nixos/options.json"
-  [sources.repo]
-    type = "github"
-    owner = "NixOS"
-    repo = "nixpkgs"
 
 [sources.darwin]
-  name = "darwin"
   enable = true
-  type = "channel"
-  channel = "darwin"
-  import-path = "release.nix"
-  attribute = "options"
-  output-path = "share/doc/darwin/options.json"
-  [sources.repo]
-    type = "github"
-    owner = "LnL7"
-    repo = "nix-darwin"
 
 [sources.home-manager]
-  name = "home-manager"
   enable = true
-  type = "channel"
-  channel = "home-manager"
-  import-path = "default.nix"
-  attribute = "docs.json"
-  output-path = "share/doc/home-manager/options.json"
-  [sources.repo]
-    type = "github"
-    owner = "nix-community"
-    repo = "home-manager"