mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 18:25:57 +01:00
dev: move assertions out of hm module
This commit is contained in:
parent
7b869ad21e
commit
8302c441a3
1 changed files with 2 additions and 3 deletions
|
@ -45,6 +45,7 @@ in {
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = [set.neovim];
|
||||
};
|
||||
|
||||
assertions = mkMerge [
|
||||
mkIf
|
||||
|
@ -54,6 +55,4 @@ in {
|
|||
message = "You cannot use neovim-flake together with vanilla neovim.";
|
||||
}
|
||||
];
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue