mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 10:50:20 +01:00
neovim: Add launch check
This commit is contained in:
parent
ceac237d3c
commit
b0e870f2da
2 changed files with 5 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue