summary refs log tree commit diff
path: root/nixos/tests/doh-proxy-rust.nix
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-04-30 11:26:16 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-05-12 22:29:27 -0300
commit1792f2c61c78d6232e8597b574c2b096420c7193 (patch)
tree26d30947259674dc430291e14c1175462e653c6b /nixos/tests/doh-proxy-rust.nix
parent18d90beb1ad6ad9703937752837f0d326913c6c9 (diff)
downloadnixpkgs-1792f2c61c78d6232e8597b574c2b096420c7193.tar
nixpkgs-1792f2c61c78d6232e8597b574c2b096420c7193.tar.gz
nixpkgs-1792f2c61c78d6232e8597b574c2b096420c7193.tar.bz2
nixpkgs-1792f2c61c78d6232e8597b574c2b096420c7193.tar.lz
nixpkgs-1792f2c61c78d6232e8597b574c2b096420c7193.tar.xz
nixpkgs-1792f2c61c78d6232e8597b574c2b096420c7193.tar.zst
nixpkgs-1792f2c61c78d6232e8597b574c2b096420c7193.zip
nixos/tests/doh-proxy-rust.nix: get rid of `with lib`
Diffstat (limited to 'nixos/tests/doh-proxy-rust.nix')
-rw-r--r--nixos/tests/doh-proxy-rust.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/tests/doh-proxy-rust.nix b/nixos/tests/doh-proxy-rust.nix
index 11ed87d23bb..8c743fe77e3 100644
--- a/nixos/tests/doh-proxy-rust.nix
+++ b/nixos/tests/doh-proxy-rust.nix
@@ -1,8 +1,6 @@
 import ./make-test-python.nix ({ lib, pkgs, ... }: {
   name = "doh-proxy-rust";
-  meta = with lib.maintainers; {
-    maintainers = [ stephank ];
-  };
+  meta.maintainers = with lib.maintainers; [ stephank ];
 
   nodes = {
     machine = { pkgs, lib, ... }: {