about summary refs log tree commit diff
path: root/nixos/tests/3proxy.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2022-06-06 21:05:41 +0200
committerRobert Hensing <robert@roberthensing.nl>2022-09-21 10:55:11 +0100
commit0691b450b1d1c5e2846e23fd145e7c08d242c0e1 (patch)
tree02de0dc5f0790d7ec7c443cc5ec7f8b5cc6a51f4 /nixos/tests/3proxy.nix
parenta958a4aa009e371d38936ef86a327cb9e6fb154a (diff)
nixosTests._3proxy: Use module system based runner
Diffstat (limited to 'nixos/tests/3proxy.nix')
-rw-r--r--nixos/tests/3proxy.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/3proxy.nix b/nixos/tests/3proxy.nix
index d367295e538bd..647d9d57c7ffd 100644
--- a/nixos/tests/3proxy.nix
+++ b/nixos/tests/3proxy.nix
@@ -1,6 +1,6 @@
 { lib, pkgs, ... }: {
   name = "3proxy";
-  meta = with pkgs.lib.maintainers; {
+  meta = with lib.maintainers; {
     maintainers = [ misuzu ];
   };
 
@@ -92,7 +92,7 @@
       networking.firewall.allowedTCPPorts = [ 3128 9999 ];
     };
 
-    peer3 = { lib, ... }: {
+    peer3 = { lib, pkgs, ... }: {
       networking.useDHCP = false;
       networking.interfaces.eth1 = {
         ipv4.addresses = [