mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-19 13:20:57 +01:00
neovim: Rename launch neovim check
This commit is contained in:
parent
387c19eb8d
commit
b68eaa7c03
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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, ... }:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue