stylix: move testbed to a dedicated directory
This commit is contained in:
parent
93507d3cd7
commit
c765b15fc3
3 changed files with 2 additions and 2 deletions
2
.github/labeler.yml
vendored
2
.github/labeler.yml
vendored
|
|
@ -50,5 +50,5 @@
|
|||
"topic: testbed":
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- "stylix/testbed.nix"
|
||||
- "stylix/testbed/**"
|
||||
- "modules/testbed/**"
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue