update searchix
Alan Pearce alan@alanpearce.eu
Tue, 14 May 2024 19:43:41 +0200
2 files changed, 9 insertions(+), 5 deletions(-)
jump to
M flake.lock → flake.lock
@@ -444,11 +444,11 @@ "pre-commit-hooks": "pre-commit-hooks", "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" },
M system/linde.nix → system/linde.nix
@@ -850,7 +850,11 @@ ''; }; importer.sources = { - darwin.enable = true; + darwin = { + enable = true; + type = "download-options"; + URL = "https://alanpearce.github.io/nix-darwin-options"; + }; home-manager.enable = true; }; };