From 87b1632ae200199ec69031a390fd1a2eb32f70ed Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Sat, 7 Dec 2024 22:39:40 +1100 Subject: [PATCH] flake: include submodules for zsh-abbr --- flake.lock | 16 +++++++++------- flake.nix | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 27d6b85..932a7f0 100644 --- a/flake.lock +++ b/flake.lock @@ -871,16 +871,18 @@ "flake": false, "locked": { "lastModified": 1731435944, - "narHash": "sha256-ehdp9uV1ojFSirbD1OD0eaU1XF8sTUhP9U9/0VkaEdM=", - "owner": "olets", - "repo": "zsh-abbr", + "narHash": "sha256-BbCUYOrgAvLXydGbUqpSHgQIG5Y/F/vrslKSRKPniUQ=", + "ref": "refs/heads/main", "rev": "510cf85ce7c1a3a0cf8e81aefe83b8c79c2ae09c", - "type": "github" + "revCount": 985, + "submodules": true, + "type": "git", + "url": "https://github.com/olets/zsh-abbr" }, "original": { - "owner": "olets", - "repo": "zsh-abbr", - "type": "github" + "submodules": true, + "type": "git", + "url": "https://github.com/olets/zsh-abbr" } }, "zsh-history-substring-search": { diff --git a/flake.nix b/flake.nix index 48dcb21..22e46ba 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ spicetify-themes = { url = "github:spicetify/spicetify-themes"; flake = false; }; # zsh plugins - zsh-abbr = { url = "github:olets/zsh-abbr"; flake = false; }; + zsh-abbr = { url = "git+https://github.com/olets/zsh-abbr?submodules=1"; flake = false; }; zsh-history-substring-search = { url = "github:zsh-users/zsh-history-substring-search"; flake = false; }; fast-syntax-highlighting = { url = "github:zdharma-continuum/fast-syntax-highlighting"; flake = false; }; pure = { url = "github:sindresorhus/pure"; flake = false; };