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:
parent
a6eff346d8
commit
0f93e58628
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue