From 50dcf4c300e49a23a72350ff083f2908e5abe888 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 3 Sep 2024 19:18:37 +0530 Subject: flake/checks: use nix from inputs --- nixos/tests/all-tests.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'nixos/tests/all-tests.nix') diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index 5b9710d..3c663c4 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -1,7 +1,12 @@ -{ lib, testers }: +{ + lib, + testers, + nix, + callPackage, +}: let - dsl = ./dsl.nix; + dsl = callPackage ./dsl.nix { inherit nix; }; diamond.dag = { nodes.a = { }; nodes.b.inputs.a = { }; # b->a -- cgit v1.2.3