more deps

This commit is contained in:
Nicolas Jeannerod 2025-05-12 09:44:43 +02:00
parent a139d3b4db
commit 23e9ca696a
Signed by untrusted user: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -120,13 +120,17 @@ testers.runNixOSTest (
pkgs.automake.inputDerivation
pkgs.python3
pkgs.python3.inputDerivation
pkgs.python3Packages.markdown-it-py
pkgs.python3Packages.markdown-it-py.inputDerivation
pkgs.peertube
pkgs.peertube.inputDerivation
pkgs.gixy
pkgs.gixy.inputDerivation
pkgs.postgresql_15
pkgs.musl
pkgs.musl.inputDerivation
pkgs.w3m # why in the world?!
pkgs.w3m.inputDerivation
]
++ lib.concatLists (
map extraDependenciesFromMachine (map (tm: nodes.${tm}) targetMachines ++ [ fakeMachine.config ])