mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-25 13:14:37 +02:00
tests/platforms: move out of flake wrappers
module
These should be set up in a dedicated test file, owned by `tests/default.nix`. Also refactored to use `callTest`.
This commit is contained in:
parent
115994f18e
commit
77c78bd04e
7 changed files with 40 additions and 51 deletions
|
@ -1,24 +0,0 @@
|
|||
{
|
||||
nixvim,
|
||||
pkgs,
|
||||
home-manager,
|
||||
}:
|
||||
home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
|
||||
modules = [
|
||||
{
|
||||
home.username = "nixvim";
|
||||
home.homeDirectory = "/invalid/dir";
|
||||
|
||||
home.stateVersion = "24.11";
|
||||
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
nixvim.homeManagerModules.nixvim
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue