summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2023-03-20 13:25:13 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2023-03-29 08:39:46 +0200
commit608cb37533f25a049d9363f7053890fdab6076eb (patch)
tree0a59a7a946c2c9a284eafe394c393624474428a8
parent43dbeae02d74eafc91ad269ebe9363ff5aed1842 (diff)
downloadnixpkgs-608cb37533f25a049d9363f7053890fdab6076eb.tar
nixpkgs-608cb37533f25a049d9363f7053890fdab6076eb.tar.gz
nixpkgs-608cb37533f25a049d9363f7053890fdab6076eb.tar.bz2
nixpkgs-608cb37533f25a049d9363f7053890fdab6076eb.tar.lz
nixpkgs-608cb37533f25a049d9363f7053890fdab6076eb.tar.xz
nixpkgs-608cb37533f25a049d9363f7053890fdab6076eb.tar.zst
nixpkgs-608cb37533f25a049d9363f7053890fdab6076eb.zip
nixos/tests/postgresql: fix deprecation warning
-rw-r--r--nixos/tests/postgresql.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/postgresql.nix b/nixos/tests/postgresql.nix
index 7e0a82c3882..b44849e0a14 100644
--- a/nixos/tests/postgresql.nix
+++ b/nixos/tests/postgresql.nix
@@ -137,7 +137,7 @@ let
       maintainers = [ zagy ];
     };
 
-    machine = {...}:
+    nodes.machine = {...}:
       {
         services.postgresql = {
           enable = true;