Skip to content

Commit

Permalink
Remove update-input command
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 29, 2023
1 parent 6c17642 commit b31bd30
Showing 1 changed file with 1 addition and 3 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

0 comments on commit b31bd30

Please sign in to comment.