mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-14 03:10:19 +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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue