Skip to content

Commit

Permalink
Switch back to path as an input for vim-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 29, 2023
1 parent aa612b3 commit cb83b32
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: DeterminateSystems/flake-checker-action@v5
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v8
- name: Update vim-plugins
run: nix flake lock --update-input vim-plugins
- name: Build configuration
run: nix run home-manager/master -- build --flake ${{ github.workspace }}
- name: Activate the configuration
Expand Down
17 changes: 6 additions & 11 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
vim-plugins.url = "github:sestrella/home-manager.config?dir=flakes/vim-plugins";
vim-plugins.url = "path:flakes/vim-plugins";
vim-plugins.inputs.nixpkgs.follows = "nixpkgs";
};

Expand Down

0 comments on commit cb83b32

Please sign in to comment.