about summary refs log tree commit diff
path: root/nixos/tests/livebook-service.nix
diff options
context:
space:
mode:
authorYt <raphael@megzari.com>2023-12-27 11:22:37 +0000
committerGitHub <noreply@github.com>2023-12-27 11:22:37 +0000
commitaae26351e7531571f846e3b38fcb15dd174f1333 (patch)
tree601690efa5630992e7932f86b6c1b58f0cef6996 /nixos/tests/livebook-service.nix
parent98bc78e3a4d45ca500c4816958e14fd20bba927e (diff)
parentda08af643a0bf16d3ad752a57286fc13f27a7f08 (diff)
Merge pull request #276542 from scvalex/livebook-0_12_0
livebook: 0.11.3 -> 0.12.0
Diffstat (limited to 'nixos/tests/livebook-service.nix')
-rw-r--r--nixos/tests/livebook-service.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/livebook-service.nix b/nixos/tests/livebook-service.nix
index 6a7b1a2a0c9f2..56b4eb932f343 100644
--- a/nixos/tests/livebook-service.nix
+++ b/nixos/tests/livebook-service.nix
@@ -22,7 +22,7 @@ import ./make-test-python.nix ({ lib, pkgs, ... }: {
 
   testScript = { nodes, ... }:
     let
-      user = nodes.machine.config.users.users.alice;
+      user = nodes.machine.users.users.alice;
       sudo = lib.concatStringsSep " " [
         "XDG_RUNTIME_DIR=/run/user/${toString user.uid}"
         "sudo"