mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
modules/output: check warnings+assertions on build.package
Add a `build.packageUnchecked` option for use instead of the old `check` evalNixvim argument.
This commit is contained in:
parent
2ea7009e61
commit
6a1bf6bdc3
9 changed files with 50 additions and 48 deletions
|
@ -24,7 +24,6 @@ let
|
|||
modules = [
|
||||
./modules/darwin.nix
|
||||
];
|
||||
check = false;
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
|
@ -31,7 +31,6 @@ let
|
|||
};
|
||||
}
|
||||
];
|
||||
check = false;
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
|
@ -24,7 +24,6 @@ let
|
|||
modules = [
|
||||
./modules/nixos.nix
|
||||
];
|
||||
check = false;
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue