🪴 my neovim config:)
1
fork

Configure Feed

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

meta: use `.#update` one-liner

robin 19182d27 4d2d24d2

+1 -3
+1 -3
flake.nix
··· 83 83 runtimeInputs = [ pkgs.npins ]; 84 84 85 85 text = '' 86 - pushd pkgs/ivy-plugins 87 - npins update 88 - popd 86 + (cd pkgs/ivy-plugins && npins update) 89 87 ''; 90 88 } 91 89 );