summaryrefslogtreecommitdiffstats
path: root/tests/external.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/external.nix')
-rw-r--r--tests/external.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/external.nix b/tests/external.nix
index 55d9eb5..7c87664 100644
--- a/tests/external.nix
+++ b/tests/external.nix
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>
-{ pkgs ? import <nixpkgs> {}}:
+{ pkgs ? import <nixpkgs> {}, ...}:
pkgs.nixosTest {
name = "external";