neovim: Rename launch neovim check

This commit is contained in:
Quentin Boyer 2024-09-12 19:05:05 +02:00
parent 387c19eb8d
commit b68eaa7c03
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ jobs:
with:
name: traxys
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build .#checks.x86_64-linux.launch
- run: nix build .#checks.x86_64-linux.launch-neovim
# - run: nix profile install nixpkgs#nixos-rebuild nixpkgs#home-manager
# - run: nixos-rebuild build --flake .#ZeNixComputa
# - run: nixos-rebuild build --flake .#gandalf

View file

@ -45,7 +45,7 @@
};
};
checks.launch = inputs.nixvim.lib.${system}.check.mkTestDerivationFromNvim {
checks.launch-neovim = inputs.nixvim.lib.${system}.check.mkTestDerivationFromNvim {
nvim = self'.packages.neovimTraxys.extend (
{ lib, ... }:
{