summary refs log tree commit diff
path: root/nixos/tests/starship.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/starship.nix')
-rw-r--r--nixos/tests/starship.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/starship.nix b/nixos/tests/starship.nix
index 33e9a72f70000..48a4be6caf176 100644
--- a/nixos/tests/starship.nix
+++ b/nixos/tests/starship.nix
@@ -2,7 +2,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
   name = "starship";
   meta.maintainers = pkgs.starship.meta.maintainers;
 
-  machine = {
+  nodes.machine = {
     programs = {
       fish.enable = true;
       zsh.enable = true;