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, ... }: {