1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-06 16:57:03 +00:00
home-manager/tests
Austin Horstman 12e26a74e5
tests/neovim: resolve deprecation (#6522)
Assigning a plain list to extraLuaPackages is deprecated.
                           Please assign a function taking a package set
as argument, so
                             extraLuaPackages = [ pkgs.lua51Packages.xxx
];
                           should become
                             extraLuaPackages = ps: [ ps.xxx ];
2025-02-23 15:53:17 -06:00
..
integration tests: remove with lib (#6511) 2025-02-21 23:20:07 -06:00
lib senpai: switch to scfg format 2024-03-15 11:42:17 +01:00
modules tests/neovim: resolve deprecation (#6522) 2025-02-23 15:53:17 -06:00
asserts.nix tests: remove with lib (#6511) 2025-02-21 23:20:07 -06:00
big-test.nix treewide: remove now-redundant lib.mdDoc calls 2023-07-17 18:49:09 +01:00
default.nix tests: test librewolf the same way firefox is tested 2025-02-22 17:38:43 -08:00
flake.nix home-manager: move tests into new test flake 2025-01-24 22:31:22 +01:00
stubs.nix tests: remove with lib (#6511) 2025-02-21 23:20:07 -06:00