flake: infer default.nix import path (#1544)

Fixes: c765b15fc3 ("stylix: move testbed to a dedicated directory")

Reviewed-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
NAHO 2025-06-26 03:49:46 +02:00 committed by GitHub
parent a6eff346d8
commit 0f93e58628
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
))