From 6c0646e1d6050338aa20c8eecb00c7e5f96b4afe Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 24 Nov 2024 18:03:06 +0100 Subject: tests(tests/nvim-checkhealth): Init --- tests/by-name/nv/nvim-checkhealth/test.nix | 44 ++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 tests/by-name/nv/nvim-checkhealth/test.nix (limited to 'tests/by-name/nv/nvim-checkhealth/test.nix') diff --git a/tests/by-name/nv/nvim-checkhealth/test.nix b/tests/by-name/nv/nvim-checkhealth/test.nix new file mode 100644 index 00000000..d84a2627 --- /dev/null +++ b/tests/by-name/nv/nvim-checkhealth/test.nix @@ -0,0 +1,44 @@ +{ + mkTest, + extraModules, + pkgs, + ... +}: +mkTest { + name = "nvim-checkhealth"; + + configuration = { + imports = [ + ../../../../modules/by-name/nv/nvim/module.nix + ../../../../modules/by-name/ni/nixpkgs/module.nix + ]; + config = { + soispha = { + nixpkgs = { + enable = true; + systemName = "x86_64-linux"; + }; + programs.nvim = { + enable = true; + shell = pkgs.zsh; + }; + }; + home-manager.users.soispha = { + home.packages = [ + pkgs.bat + pkgs.ripgrep + pkgs.bat-extras.batgrep + ]; + imports = [ + extraModules.nixvim.homeManagerModule + ]; + }; + }; + }; + + testData = {}; + + description = ./test.desc; + + hash = "4927ff94c6e9fb0dcb25c8e3e30f3e489cab5bb0a054656776af19725308bfe1"; +} -- cgit 1.4.1