about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/oh-my-zsh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/oh-my-zsh.nix')
-rw-r--r--nixpkgs/nixos/tests/oh-my-zsh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/tests/oh-my-zsh.nix b/nixpkgs/nixos/tests/oh-my-zsh.nix
index 57a073b086e8..1d5227e36236 100644
--- a/nixpkgs/nixos/tests/oh-my-zsh.nix
+++ b/nixpkgs/nixos/tests/oh-my-zsh.nix
@@ -1,7 +1,7 @@
 import ./make-test-python.nix ({ pkgs, ... }: {
   name = "oh-my-zsh";
 
-  machine = { pkgs, ... }:
+  nodes.machine = { pkgs, ... }:
 
     {
       programs.zsh = {