summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--flake.lock8
-rw-r--r--system/linde.nix6
2 files changed, 9 insertions, 5 deletions
diff --git a/flake.lock b/flake.lock
index 18367a43..ffb15d36 100644
--- a/flake.lock
+++ b/flake.lock
@@ -444,11 +444,11 @@
         "simple-css": "simple-css"
       },
       "locked": {
-        "lastModified": 1715666268,
-        "narHash": "sha256-QmiFdRNSlcnZkaIkgNmlz3dP3PQjTj85WNInyLvajsI=",
+        "lastModified": 1715701565,
+        "narHash": "sha256-0CvAhVNAnTOtjQujgF0vfy/9vPBmU6eQZM8WZLdb2kw=",
         "ref": "refs/heads/main",
-        "rev": "37afa6ce04434b81fcb242f1160938f1cddbde1e",
-        "revCount": 117,
+        "rev": "8e22448e4dd53b284ba48bdf4ebf810bec489b41",
+        "revCount": 123,
         "type": "git",
         "url": "https://git.alanpearce.eu/searchix"
       },
diff --git a/system/linde.nix b/system/linde.nix
index 330c8ba0..a39d7182 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -850,7 +850,11 @@ in
       };
 
       importer.sources = {
-        darwin.enable = true;
+        darwin = {
+          enable = true;
+          type = "download-options";
+          URL = "https://alanpearce.github.io/nix-darwin-options";
+        };
         home-manager.enable = true;
       };
     };