all repos — nixfiles @ de11d30c536c52381101a07230794bb724dd1c87

System and user configuration, managed by nix and home-manager

update searchix

Alan Pearce
commit

de11d30c536c52381101a07230794bb724dd1c87

parent

99154a1955ecca8f908dce788baaea1423173b54

2 files changed, 9 insertions(+), 5 deletions(-)

jump to
M flake.lockflake.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.nixsystem/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; }; };