all repos — nixfiles @ 99154a1955ecca8f908dce788baaea1423173b54

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

update searchix

Alan Pearce
commit

99154a1955ecca8f908dce788baaea1423173b54

parent

8d229f47a5d082f6f0d6071a86773b59324129d5

2 files changed, 7 insertions(+), 4 deletions(-)

jump to
M flake.lockflake.lock
@@ -444,11 +444,11 @@ "pre-commit-hooks": "pre-commit-hooks",
"simple-css": "simple-css" }, "locked": { - "lastModified": 1715634290, - "narHash": "sha256-kIDPnyDZT0wvH07vaDdTtj102qcBLW/DRqo6sNOdahU=", + "lastModified": 1715666268, + "narHash": "sha256-QmiFdRNSlcnZkaIkgNmlz3dP3PQjTj85WNInyLvajsI=", "ref": "refs/heads/main", - "rev": "6fed92fd9acc567e6a1ebd939402b9198da40b86", - "revCount": 114, + "rev": "37afa6ce04434b81fcb242f1160938f1cddbde1e", + "revCount": 117, "type": "git", "url": "https://git.alanpearce.eu/searchix" },
M system/linde.nixsystem/linde.nix
@@ -135,6 +135,9 @@ "--no-write-lock-file"
"--override-input" "nixpkgs" "github:NixOS/nixpkgs/nixos-unstable-small" + "--override-input" + "searchix" + "git+https://git.alanpearce.eu/searchix" ]; };