diff --git a/flake/packages.nix b/flake/packages.nix index d603d2af..23005774 100644 --- a/flake/packages.nix +++ b/flake/packages.nix @@ -15,7 +15,7 @@ # Testbeds are virtual machines based on NixOS, therefore they are # only available for Linux systems. (lib.mkIf pkgs.stdenv.hostPlatform.isLinux ( - import ../stylix/testbed/default.nix { + import ../stylix/testbed { inherit pkgs inputs lib; } ))