From a07f0f77472f59950affaf1689da50d1f3fb2962 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 | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/deployment/check/data-model/nixosTest.nix b/deployment/check/data-model/nixosTest.nix index 0facf0c7..3d260ab2 100644 --- a/deployment/check/data-model/nixosTest.nix +++ b/deployment/check/data-model/nixosTest.nix @@ -26,17 +26,6 @@ in jq ]; - # FIXME: sad times - system.extraDependencies = with pkgs; [ - jq - jq.inputDerivation - automake.inputDerivation - autoconf.inputDerivation - bash.inputDerivation - binutils.inputDerivation - bison.inputDerivation - ]; - system.extraDependenciesFromModule = { pkgs, ... }: {