mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
tests: Remove hyprland
Might have been too large for the CI.
This commit is contained in:
parent
aa32d93576
commit
d1f759441a
@ -1,18 +0,0 @@
|
||||
# TODO: Write test to ensure that Hyprland starts with basic config
|
||||
let
|
||||
inherit (builtins) attrValues;
|
||||
in
|
||||
(import ../lib/test.nix) {
|
||||
name = "hyprland";
|
||||
|
||||
nodes.machine = { nix-config, ... }: {
|
||||
imports = attrValues {
|
||||
inherit (nix-config.nixosModules) system desktop;
|
||||
};
|
||||
};
|
||||
|
||||
testScript = /* python */ ''
|
||||
output = machine.succeed("echo 'Hello world'")
|
||||
assert "Hello world" in output
|
||||
'';
|
||||
}
|
Loading…
Reference in New Issue
Block a user