Skip to content

Commit

Permalink
Remove update-input command (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella authored Nov 29, 2023
1 parent 6c17642 commit abd2825
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
- name: Checkout code
uses: actions/checkout@v4
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v5
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v8
- name: Update vim-plugins lock
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: 11 additions & 6 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 = "path:flakes/vim-plugins";
vim-plugins.url = "github:sestrella/home-manager.config?dir=flakes/vim-plugins";
vim-plugins.inputs.nixpkgs.follows = "nixpkgs";
};

Expand Down

0 comments on commit abd2825

Please sign in to comment.