Skip to content

Commit

Permalink
Remove vim-plugins-overlay for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Dec 13, 2023
1 parent 6534db3 commit 5182c6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -20,5 +19,6 @@ jobs:
uses: cachix/install-nix-action@v24
- name: Build configuration
run: nix run home-manager/release-23.11 -- build --flake ${{ github.workspace }}
timeout-minutes: 2
- name: Activate the configuration
run: ./result/activate
2 changes: 1 addition & 1 deletion home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@

nixpkgs.overlays = [
devenv-overlay
vim-plugins-overlay
# vim-plugins-overlay
];
}
2 changes: 1 addition & 1 deletion home/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
];
extraLuaConfig = builtins.readFile ./neovim/extra-config.lua;
plugins = builtins.concatMap (plugin: pkgs.callPackage plugin { }) [
./neovim/plugins/auto-dark-mode.nix
# ./neovim/plugins/auto-dark-mode.nix
./neovim/plugins/cmp.nix
./neovim/plugins/comment.nix
./neovim/plugins/lspconfig.nix
Expand Down

0 comments on commit 5182c6a

Please sign in to comment.