summary refs log tree commit diff
path: root/nixos/tests/tinywl.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-04-02 16:45:48 +0000
committerAlyssa Ross <hi@alyssa.is>2022-04-02 16:45:48 +0000
commit8ba23e138d9714bf309facf0003d69b1f8b86265 (patch)
tree9412925f611693a9a3ff880c10392b3763eafecb /nixos/tests/tinywl.nix
parent040d8929bd4548fd0e2969476eb227f920ae06b8 (diff)
parent66754ae952bb2ffd16e793f4be00ffecb9253e28 (diff)
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/libraries/zlib/default.nix
	pkgs/development/lua-modules/overrides.nix
Diffstat (limited to 'nixos/tests/tinywl.nix')
-rw-r--r--nixos/tests/tinywl.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/tinywl.nix b/nixos/tests/tinywl.nix
index 8fb87b533306c..411cdb1f64192 100644
--- a/nixos/tests/tinywl.nix
+++ b/nixos/tests/tinywl.nix
@@ -6,7 +6,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }:
       maintainers = with lib.maintainers; [ primeos ];
     };
 
-    machine = { config, ... }: {
+    nodes.machine = { config, ... }: {
       # Automatically login on tty1 as a normal user:
       imports = [ ./common/user-account.nix ];
       services.getty.autologinUser = "alice";