stylix: move testbed to a dedicated directory

This commit is contained in:
Matt Sturgeon 2025-05-27 01:26:18 +01:00
parent 93507d3cd7
commit c765b15fc3
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
3 changed files with 2 additions and 2 deletions

2
.github/labeler.yml vendored
View file

@ -50,5 +50,5 @@
"topic: testbed":
- changed-files:
- any-glob-to-any-file:
- "stylix/testbed.nix"
- "stylix/testbed/**"
- "modules/testbed/**"

View file

@ -17,7 +17,7 @@
# Testbeds are virtual machines based on NixOS, therefore they are
# only available for Linux systems.
(lib.mkIf pkgs.stdenv.hostPlatform.isLinux (
import "${self}/stylix/testbed.nix" {
import "${self}/stylix/testbed/default.nix" {
inherit pkgs inputs lib;
}
))