Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ Update process
1. Create a branch: `git switch -c update $(date -Idate)`
2. update the flake lock: `nix flake update --commit-lock-file`
3. *optional* fix build errors
4. update neovim lock: `nix run .#updateNvim`
4. update plugins: `nix run .#update-plugins`
5. *optional* fix build errors
6. update plugins: `nix run .#updatePlugins`
7. *optional* fix build errors
8. *optional* update this instructions 😀
6. *optional* update these instructions 😀

Inspiration
-----------
Expand Down
2 changes: 0 additions & 2 deletions bin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
}: {
packages = {
add-plugin = pkgs.callPackage ./add-plugin.nix {inherit self;};
update-nvim = pkgs.callPackage ./update-nvim.nix {inherit self;};
update-plugins = pkgs.callPackage ./update-plugins.nix {inherit self;};
};

checks = {
add-plugin = self'.packages.add-plugin;
update-nvim = self'.packages.update-nvim;
update-plugins = self'.packages.update-plugins;
};
};
Expand Down
66 changes: 0 additions & 66 deletions bin/update-nvim.exs

This file was deleted.

15 changes: 0 additions & 15 deletions bin/update-nvim.nix

This file was deleted.

58 changes: 0 additions & 58 deletions deps.txt

This file was deleted.