about summary refs log tree commit diff stats
path: root/defaults.toml
diff options
context:
space:
mode:
authorAlan Pearce2024-06-21 13:02:08 +0200
committerAlan Pearce2024-06-21 15:44:12 +0200
commita1dfc548198a1326e71f1dd70303a5d3441f7a39 (patch)
tree03e7d60dc389678ee7cadaac4d5e64596dffde91 /defaults.toml
parentcac323d9ae70f55a43fd99b73e60cf614be11797 (diff)
downloadsearchix-a1dfc548198a1326e71f1dd70303a5d3441f7a39.tar.lz
searchix-a1dfc548198a1326e71f1dd70303a5d3441f7a39.tar.zst
searchix-a1dfc548198a1326e71f1dd70303a5d3441f7a39.zip
refactor: switch to templ for HTML templates
Diffstat (limited to 'defaults.toml')
-rw-r--r--defaults.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/defaults.toml b/defaults.toml
index 66eb69d..f35b539 100644
--- a/defaults.toml
+++ b/defaults.toml
@@ -71,6 +71,8 @@ UpdateAt = '04:00:00'
 [Importer.Sources.darwin]
 # Human-readable name of source for generating links
 Name = 'Darwin'
+# Order in which to show source in web interface.
+Order = 1
 # Machine-readable name of source. Must be URL- and path-safe.
 Key = 'darwin'
 # Controls whether to show in the web interface and to run fetch/import jobs.
@@ -102,6 +104,8 @@ Repo = 'nix-darwin'
 [Importer.Sources.home-manager]
 # Human-readable name of source for generating links
 Name = 'Home Manager'
+# Order in which to show source in web interface.
+Order = 2
 # Machine-readable name of source. Must be URL- and path-safe.
 Key = 'home-manager'
 # Controls whether to show in the web interface and to run fetch/import jobs.
@@ -133,6 +137,8 @@ Repo = 'home-manager'
 [Importer.Sources.nixos]
 # Human-readable name of source for generating links
 Name = 'NixOS'
+# Order in which to show source in web interface.
+Order = 0
 # Machine-readable name of source. Must be URL- and path-safe.
 Key = 'nixos'
 # Controls whether to show in the web interface and to run fetch/import jobs.
@@ -164,6 +170,8 @@ Repo = 'nixpkgs'
 [Importer.Sources.nixpkgs]
 # Human-readable name of source for generating links
 Name = 'Nix Packages'
+# Order in which to show source in web interface.
+Order = 3
 # Machine-readable name of source. Must be URL- and path-safe.
 Key = 'nixpkgs'
 # Controls whether to show in the web interface and to run fetch/import jobs.