diff options
author | Alan Pearce | 2024-05-15 10:29:40 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-15 10:29:40 +0200 |
commit | 87e822d1c473e9a373841bdcadbdc2c34d3cf6d9 (patch) | |
tree | d56f2ecf49064886e67050975c63b146cb4bb26b | |
parent | fb2bc6ceba885133f6b2bd5d4a8d06fddf26eb15 (diff) | |
download | nixfiles-87e822d1c473e9a373841bdcadbdc2c34d3cf6d9.tar.lz nixfiles-87e822d1c473e9a373841bdcadbdc2c34d3cf6d9.tar.zst nixfiles-87e822d1c473e9a373841bdcadbdc2c34d3cf6d9.zip |
update searchix
-rw-r--r-- | flake.lock | 8 | ||||
-rw-r--r-- | system/linde.nix | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/flake.lock b/flake.lock index e5c3a716..6247563a 100644 --- a/flake.lock +++ b/flake.lock @@ -461,11 +461,11 @@ "simple-css": "simple-css" }, "locked": { - "lastModified": 1715701565, - "narHash": "sha256-0CvAhVNAnTOtjQujgF0vfy/9vPBmU6eQZM8WZLdb2kw=", + "lastModified": 1715759631, + "narHash": "sha256-TNt06Ig0mRkmhHaQpfe/sMRyH0H98vXQyeE2gjzQSfg=", "ref": "refs/heads/main", - "rev": "8e22448e4dd53b284ba48bdf4ebf810bec489b41", - "revCount": 123, + "rev": "91836fef16532b72d9fd3edbcbe3844d9c541345", + "revCount": 127, "type": "git", "url": "https://git.alanpearce.eu/searchix" }, diff --git a/system/linde.nix b/system/linde.nix index a6bfefb4..d9ac2b9b 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -839,7 +839,7 @@ in "*.sentry.io" ]; }; - extraBodyHTML = '' + extraHeadHTML = '' <script src="https://js-de.sentry-cdn.com/d735e99613a86e1625fb85d0e8e762de.min.js" crossorigin="anonymous"></script> |