mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-04 01:55:11 +02:00
lib/modules: work-around a submodule type-merging issue
Includes a regression test.
Revert "lib/modules: remove explicit `specialArgs.lib`"
This reverts commit b5efe91c52
.
This commit is contained in:
parent
77c78bd04e
commit
53bfadc2c2
3 changed files with 61 additions and 0 deletions
|
@ -12,6 +12,7 @@ in
|
|||
{
|
||||
home-manager-module = (callTest ./hm.nix { }).activationPackage;
|
||||
home-manager-extra-files-byte-compiling = callTest ./hm-extra-files-byte-compiling.nix { };
|
||||
home-manager-submodule-merge = callTest ./hm-submodule-merge.nix { };
|
||||
}
|
||||
// lib.optionalAttrs isLinux {
|
||||
nixos-module = (callTest ./nixos.nix { }).config.system.build.toplevel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue