From b2e4a13e03fef3fa13f7f766f19c6b1432380582 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 14 Aug 2024 07:41:50 +0530 Subject: nixosTests/dsl: clean up --- nixos/tests/dsl.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/tests/dsl.nix b/nixos/tests/dsl.nix index 63fcfae..eb9f38c 100644 --- a/nixos/tests/dsl.nix +++ b/nixos/tests/dsl.nix @@ -92,7 +92,7 @@ in config.nodes.builder = { pkgs, ... }: let - evanixPkg = pkgs.callPackage ../../package.nix { }; + evanix = pkgs.callPackage ../../package.nix { }; scope = pkgs.lib.makeScope pkgs.newScope scope-fun; configJson = (pkgs.formats.json { }).generate "nix-dag.json" config.dag; @@ -269,7 +269,7 @@ in environment.systemPackages = [ tester - evanixPkg + evanix ]; }; config.nodes.substituter = -- cgit v1.2.3