From 1db92462a7b8a65b61c5f2833c414b9997d05d53 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Mon, 25 Aug 2025 00:31:38 +0200 Subject: [PATCH] simplify imputDerivations --- deployment/check/data-model/nixosTest.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/deployment/check/data-model/nixosTest.nix b/deployment/check/data-model/nixosTest.nix index 0facf0c7..884f76f0 100644 --- a/deployment/check/data-model/nixosTest.nix +++ b/deployment/check/data-model/nixosTest.nix @@ -30,11 +30,6 @@ in system.extraDependencies = with pkgs; [ jq jq.inputDerivation - automake.inputDerivation - autoconf.inputDerivation - bash.inputDerivation - binutils.inputDerivation - bison.inputDerivation ]; system.extraDependenciesFromModule =