1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-18 06:18:14 +00:00
home-manager/tests/modules
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
..
accounts tests: remove with lib (#6511) 2025-02-21 23:20:07 -06:00
config tests/home-cursor: init (#6496) 2025-02-19 13:18:30 -06:00
files tests: remove with lib (#6511) 2025-02-21 23:20:07 -06:00
home-environment i18n: Use glibcLocales from NixOS if possible (#2333) (#4177) 2023-07-04 11:28:25 +02:00
i18n/input-method tests: rework derivation stubbing 2025-02-04 23:58:20 +01:00
launchd tests: remove with lib (#6511) 2025-02-21 23:20:07 -06:00
misc tests: remove with lib (#6511) 2025-02-21 23:20:07 -06:00
programs tests/neovim: resolve deprecation (#6522) 2025-02-23 15:53:17 -06:00
services tests/swayidle: bash -> bash-interactive 2025-02-23 13:07:25 -08:00
systemd tests: remove with lib (#6511) 2025-02-21 23:20:07 -06:00
targets-darwin tests: remove with lib (#6511) 2025-02-21 23:20:07 -06:00
targets-linux tests: remove with lib (#6511) 2025-02-21 23:20:07 -06:00
xresources tests: remove with lib (#6511) 2025-02-21 23:20:07 -06:00