🪴 my neovim config:)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

meta: update flake shell

robin 78c15798 1d3cd5fb

+5 -3
+4 -2
flake.nix
··· 80 80 program = lib.getExe ( 81 81 pkgs.writeShellApplication { 82 82 name = "update"; 83 - runtimeInputs = [ pkgs.nvfetcher ]; 83 + runtimeInputs = [ pkgs.npins ]; 84 84 85 85 text = '' 86 - nvfetcher -o pkgs/ivy-plugins/_sources -c pkgs/ivy-plugins/nvfetcher.toml 86 + pushd pkgs/ivy-plugins 87 + npins update 88 + popd 87 89 ''; 88 90 } 89 91 );
+1 -1
treefmt.nix
··· 4 4 # keep-sorted start 5 5 deadnix 6 6 keep-sorted 7 - nixfmt-rfc-style 7 + nixfmt 8 8 statix 9 9 stylua 10 10 taplo