Skip to content

Commit

Permalink
ci: add nixvim-24.11
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed Dec 2, 2024
1 parent 8c9e227 commit e4671d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/flake-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ jobs:
- name: build stable
if: matrix.target != 'unstable'
run: |
# TODO: switch to nixvim/nixos-24.11 when available
nix build -L \
--override-input nixpkgs github:NixOS/nixpkgs/nixos-24.11 \
--override-input home-manager github:nix-community/home-manager/release-24.11 \
--override-input nixvim github:nix-community/nixvim
--override-input nixvim github:nix-community/nixvim/nixos-24.11
- name: build unstable
if: matrix.target == 'unstable'
Expand Down

0 comments on commit e4671d9

Please sign in to comment.