feat: assert failing conditions

This commit is contained in:
NotAShelf 2023-06-04 09:39:17 +03:00
commit bd61b1375a
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
2 changed files with 19 additions and 12 deletions

View file

@ -66,6 +66,7 @@ inputs: {
};
};
in {
imports = [./assertions.nix];
inherit (module) options config;
inherit (module._module.args) pkgs;
inherit neovim;