forked from Fediversity/Fediversity
more deps
This commit is contained in:
parent
dd072d4001
commit
79dad72315
1 changed files with 9 additions and 1 deletions
|
@ -29,7 +29,7 @@ testers.runNixOSTest (
|
||||||
../../../launch/mastodon.nix
|
../../../launch/mastodon.nix
|
||||||
../../../launch/pixelfed.nix
|
../../../launch/pixelfed.nix
|
||||||
../../../launch/peertube.nix
|
../../../launch/peertube.nix
|
||||||
../../../infra/test-machines/test06
|
../../../infra/test-machines/test01
|
||||||
{
|
{
|
||||||
nix.nixPath = [ "/dummy/nix/path" ];
|
nix.nixPath = [ "/dummy/nix/path" ];
|
||||||
users.users.root.openssh.authorizedKeys.keys = [ "dummykey" ];
|
users.users.root.openssh.authorizedKeys.keys = [ "dummykey" ];
|
||||||
|
@ -124,6 +124,8 @@ testers.runNixOSTest (
|
||||||
pkgs.automake.inputDerivation
|
pkgs.automake.inputDerivation
|
||||||
pkgs.python3
|
pkgs.python3
|
||||||
pkgs.python3.inputDerivation
|
pkgs.python3.inputDerivation
|
||||||
|
pkgs.python3Packages.mdit-py-plugins
|
||||||
|
pkgs.python3Packages.mdit-py-plugins.inputDerivation
|
||||||
pkgs.python3Packages.markdown-it-py
|
pkgs.python3Packages.markdown-it-py
|
||||||
pkgs.python3Packages.markdown-it-py.inputDerivation
|
pkgs.python3Packages.markdown-it-py.inputDerivation
|
||||||
pkgs.peertube
|
pkgs.peertube
|
||||||
|
@ -131,6 +133,12 @@ testers.runNixOSTest (
|
||||||
pkgs.gixy
|
pkgs.gixy
|
||||||
pkgs.gixy.inputDerivation
|
pkgs.gixy.inputDerivation
|
||||||
pkgs.postgresql_15
|
pkgs.postgresql_15
|
||||||
|
pkgs.mtools
|
||||||
|
pkgs.mtools.inputDerivation
|
||||||
|
pkgs.lkl
|
||||||
|
pkgs.lkl.inputDerivation
|
||||||
|
pkgs.nftables
|
||||||
|
pkgs.nftables.inputDerivation
|
||||||
pkgs.musl
|
pkgs.musl
|
||||||
pkgs.musl.inputDerivation
|
pkgs.musl.inputDerivation
|
||||||
pkgs.w3m # why in the world?!
|
pkgs.w3m # why in the world?!
|
||||||
|
|
Loading…
Add table
Reference in a new issue