diff --git a/lib.nix b/lib/test.nix similarity index 100% rename from lib.nix rename to lib/test.nix diff --git a/tests/hyprland.nix b/tests/hyprland.nix index 8c7366bb..98c956eb 100644 --- a/tests/hyprland.nix +++ b/tests/hyprland.nix @@ -2,7 +2,7 @@ let inherit (builtins) attrValues; in -(import ../lib.nix) { +(import ../lib/test.nix) { name = "hyprland"; nodes.machine = { nix-config, ... }: { diff --git a/tests/neovim.nix b/tests/neovim.nix index f7444fca..3bf5f849 100644 --- a/tests/neovim.nix +++ b/tests/neovim.nix @@ -2,7 +2,7 @@ let inherit (builtins) attrValues; in -(import ../lib.nix) { +(import ../lib/test.nix) { name = "neovim"; nodes.machine = { nix-config, ... }: {