From efd2a7711ca2aabb313a2e0c16d6cd8eb33387c9 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 18 Dec 2023 02:30:03 -0500 Subject: flake: update getchvim MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'getchvim': 'github:getchoo/getchvim/9fe8afd0c5f2b439176728d8863570bf22614dbd' (2023-12-12) → 'github:getchoo/getchvim/482f6e7bca8047ec89829c10aec69b0f6b91e030' (2023-12-18) • Added input 'getchvim/nixvim': 'https://api.flakehub.com/f/pinned/nix-community/nixvim/0.1.825%2Brev-b3fb1c4c8189bc873911da3f31d18082a0721fa9/018c6e10-497a-79c6-be0a-722960db4fbf/source.tar.gz?narHash=sha256-SwrNBw/1/oMURAa9/8MdvC4b3UYohoMAvSazeIt3hkg%3D' (2023-12-15) • Added input 'getchvim/nixvim/flake-utils': follows 'getchvim/utils' • Added input 'getchvim/nixvim/nixpkgs': follows 'getchvim/nixpkgs' • Added input 'getchvim/nixvim/pre-commit-hooks': follows 'getchvim' • Removed input 'getchvim/parts' • Removed input 'getchvim/pre-commit' • Added input 'getchvim/tree-sitter-just': 'github:IndianBoy42/tree-sitter-just/4e5f5f3ff37b12a1bbf664eb3966b3019e924594' (2023-03-18) • Added input 'getchvim/utils': 'https://api.flakehub.com/f/pinned/numtide/flake-utils/0.1.88%2Brev-4022d587cbbfd70fe950c1e2083a02621806a725/018c340d-3287-7c66-818b-f2f646a808e3/source.tar.gz?narHash=sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8%3D' (2023-12-04) • Added input 'getchvim/utils/systems': 'github:nix-systems/default/da67096a3b9bf56a91d16901293e51ba5b49a27e' (2023-04-09) --- users/seth/programs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/seth/programs/default.nix') diff --git a/users/seth/programs/default.nix b/users/seth/programs/default.nix index 18886cd..24f508d 100644 --- a/users/seth/programs/default.nix +++ b/users/seth/programs/default.nix @@ -25,7 +25,7 @@ in # remove desktop file symlinkJoin { - name = builtins.replaceStrings ["neovim"] ["neovim-nodesktop"] getchvim.name; + name = "${getchvim.name}-nodesktop"; paths = [getchvim]; postBuild = '' rm -rf $out/share/{applications,icons} -- cgit v1.2.3