summary refs log tree commit diff
path: root/nixos/tests/pantheon.nix
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2021-09-22 12:59:09 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2021-09-22 12:59:09 +0200
commitdf49f6565ca0039da31d0c34bec9320bfbfec535 (patch)
tree6c25c389883363eb3bef535b68abfe4b675c9278 /nixos/tests/pantheon.nix
parentc744ecb69fe7ec6b0d07697a782a61873148c184 (diff)
downloadnixpkgs-df49f6565ca0039da31d0c34bec9320bfbfec535.tar
nixpkgs-df49f6565ca0039da31d0c34bec9320bfbfec535.tar.gz
nixpkgs-df49f6565ca0039da31d0c34bec9320bfbfec535.tar.bz2
nixpkgs-df49f6565ca0039da31d0c34bec9320bfbfec535.tar.lz
nixpkgs-df49f6565ca0039da31d0c34bec9320bfbfec535.tar.xz
nixpkgs-df49f6565ca0039da31d0c34bec9320bfbfec535.tar.zst
nixpkgs-df49f6565ca0039da31d0c34bec9320bfbfec535.zip
nixos/tests/pantheon: fix missing lib
Diffstat (limited to 'nixos/tests/pantheon.nix')
-rw-r--r--nixos/tests/pantheon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/pantheon.nix b/nixos/tests/pantheon.nix
index 07588ddc317..20aee2eb7a4 100644
--- a/nixos/tests/pantheon.nix
+++ b/nixos/tests/pantheon.nix
@@ -1,4 +1,4 @@
-import ./make-test-python.nix ({ pkgs, ...} :
+import ./make-test-python.nix ({ pkgs, lib, ...} :
 
 {
   name = "pantheon";