forked from fediversity/fediversity
more deps
This commit is contained in:
parent
a139d3b4db
commit
23e9ca696a
1 changed files with 6 additions and 2 deletions
|
|
@ -120,13 +120,17 @@ testers.runNixOSTest (
|
||||||
pkgs.automake.inputDerivation
|
pkgs.automake.inputDerivation
|
||||||
pkgs.python3
|
pkgs.python3
|
||||||
pkgs.python3.inputDerivation
|
pkgs.python3.inputDerivation
|
||||||
|
pkgs.python3Packages.markdown-it-py
|
||||||
|
pkgs.python3Packages.markdown-it-py.inputDerivation
|
||||||
pkgs.peertube
|
pkgs.peertube
|
||||||
pkgs.peertube.inputDerivation
|
pkgs.peertube.inputDerivation
|
||||||
pkgs.gixy
|
pkgs.gixy
|
||||||
pkgs.gixy.inputDerivation
|
pkgs.gixy.inputDerivation
|
||||||
|
|
||||||
pkgs.postgresql_15
|
pkgs.postgresql_15
|
||||||
|
pkgs.musl
|
||||||
|
pkgs.musl.inputDerivation
|
||||||
|
pkgs.w3m # why in the world?!
|
||||||
|
pkgs.w3m.inputDerivation
|
||||||
]
|
]
|
||||||
++ lib.concatLists (
|
++ lib.concatLists (
|
||||||
map extraDependenciesFromMachine (map (tm: nodes.${tm}) targetMachines ++ [ fakeMachine.config ])
|
map extraDependenciesFromMachine (map (tm: nodes.${tm}) targetMachines ++ [ fakeMachine.config ])
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue