From 3255ab1864f8548942921c18031a64da11875ab9 Mon Sep 17 00:00:00 2001 From: yousiki Date: Sat, 16 Mar 2024 17:16:01 +0000 Subject: [PATCH] Update flake inputs --- flake.lock | 24 ++++++++++++------------ src/profiles/home/shell.nix | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/flake.lock b/flake.lock index ef98a7a..73f9257 100644 --- a/flake.lock +++ b/flake.lock @@ -28,11 +28,11 @@ "rust-analyzer-src": "rust-analyzer-src" }, "locked": { - "lastModified": 1710483719, - "narHash": "sha256-Ev/hJ59IAA3dWfTB3CWxMv/V/owO1yKyq0nwsek/d9o=", + "lastModified": 1710570073, + "narHash": "sha256-SfoPz6L/WjZ9uZGT1xsPX3uzxJXO32uS4V+i6lpgXL8=", "owner": "nix-community", "repo": "fenix", - "rev": "d0439c495e5cd13ff252ade520ca620f52abb40b", + "rev": "b06c3b4110bfb731d8b84b35cc5f7e00e63b37ed", "type": "github" }, "original": { @@ -171,11 +171,11 @@ ] }, "locked": { - "lastModified": 1710506163, - "narHash": "sha256-Xpl2LzbAIUHcTkAZ08UZM0USxVaQn194I8ma9c8wnAA=", + "lastModified": 1710532761, + "narHash": "sha256-SUXGZNrXX05YA9G6EmgupxhOr3swI1gcxLUeDMUhrEY=", "owner": "nix-community", "repo": "home-manager", - "rev": "dc2f3812b41f825ed466c24c4211160d75cb890c", + "rev": "206f457fffdb9a73596a4cb2211a471bd305243d", "type": "github" }, "original": { @@ -207,11 +207,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1710470187, - "narHash": "sha256-l2R47RqhdEUYrMrQjdFKhxtqprkJjIE89qJx3iEVv+U=", + "lastModified": 1710534455, + "narHash": "sha256-huQT4Xs0y4EeFKn2BTBVYgEwJSv8SDlm82uWgMnCMmI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f242fc768bdfcf91d9094a8a8f66551324bf1a47", + "rev": "9af9c1c87ed3e3ed271934cb896e0cdd33dae212", "type": "github" }, "original": { @@ -297,11 +297,11 @@ "rust-analyzer-src": { "flake": false, "locked": { - "lastModified": 1710430493, - "narHash": "sha256-KfmUsf/d62ANcFhSTR3BDIpk2ww0AcxXdi9lpZJ5UtQ=", + "lastModified": 1710512753, + "narHash": "sha256-9KsYA6RjSDIqeAEZvbVTr46xD1f5j42Vnpml9GcoGgM=", "owner": "rust-lang", "repo": "rust-analyzer", - "rev": "14558af15ee3d471bf8f4212f7609ae1f9647bc5", + "rev": "d7ec7a5441190b4fde399b2ac3a8d9daaf062e1c", "type": "github" }, "original": { diff --git a/src/profiles/home/shell.nix b/src/profiles/home/shell.nix index d9ee1ec..b0f1dd0 100644 --- a/src/profiles/home/shell.nix +++ b/src/profiles/home/shell.nix @@ -161,7 +161,7 @@ with builtins // lib; { enable = true; enableCompletion = true; autocd = true; - enableAutosuggestions = true; + autosuggestion.enable = true; historySubstringSearch.enable = true; syntaxHighlighting.enable = true; oh-my-zsh = {