mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-28 19:40:06 +02:00
flake/packages: test all packages by default
This commit is contained in:
parent
782f2d6150
commit
48b5056d28
2 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,6 @@
|
|||
inherit pkgs;
|
||||
inherit (pkgs) lib;
|
||||
};
|
||||
docs = config.packages.docs ? null;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -22,5 +22,8 @@
|
|||
in
|
||||
docs
|
||||
// man-docs;
|
||||
|
||||
# Test that all packages build fine when running `nix flake check`.
|
||||
checks = config.packages;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue