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:
Matt Sturgeon 2024-09-24 07:02:22 +01:00
parent 2ea7009e61
commit 6a1bf6bdc3
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
9 changed files with 50 additions and 48 deletions

View file

@ -24,7 +24,6 @@ let
modules = [
./modules/darwin.nix
];
check = false;
};
in
{

View file

@ -31,7 +31,6 @@ let
};
}
];
check = false;
};
in
{

View file

@ -24,7 +24,6 @@ let
modules = [
./modules/nixos.nix
];
check = false;
};
in
{