Compare commits

...

1 commit

Author SHA1 Message Date
58bd670d5b
simplify imputDerivations 2025-08-25 00:43:29 +02:00

View file

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