From a09926f4f2547ba67f3d8bf7a8139e16a2ceae6c Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Wed, 16 Nov 2022 04:18:05 +0300 Subject: [PATCH] fix: get utils from framework in contribute test --- tests/integration/tests/contribute/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/tests/contribute/default.nix b/tests/integration/tests/contribute/default.nix index 88169303..4880b9c9 100644 --- a/tests/integration/tests/contribute/default.nix +++ b/tests/integration/tests/contribute/default.nix @@ -1,13 +1,13 @@ { lib, pkgs, - utils, self, + framework, ... }: let l = lib // builtins; in - utils.writePureShellScript + framework.utils.writePureShellScript (with pkgs; [ coreutils nix