neovim: Add launch check

This commit is contained in:
traxys 2024-03-11 12:59:43 +01:00
parent ceac237d3c
commit b0e870f2da
2 changed files with 5 additions and 0 deletions

View file

@ -21,3 +21,4 @@ jobs:
nix flake show --json |
jq -r '.packages."x86_64-linux" | keys | .[]' |
NIXPKGS_ALLOW_UNFREE=1 xargs -I'{}' nix build --impure '.#{}'
- run: nix build .#checks.x86_64-linux.launch

View file

@ -412,6 +412,10 @@
};
};
packages.x86_64-linux = pkgList "x86_64-linux" nixpkgs.legacyPackages.x86_64-linux.callPackage;
checks.x86_64-linux.launch = inputs.nixvim.lib.x86_64-linux.check.mkTestDerivationFromNvim {
nvim = self.packages.x86_64-linux.neovimTraxys;
name = "Neovim configuration";
};
packages.aarch64-linux = pkgList "aarch64-linux" nixpkgs.legacyPackages.aarch64-linux.callPackage;
hmModules = {