forked from Fediversity/Fediversity
attempt to get cli test to recognize the deps attic wants
This commit is contained in:
parent
bd869f2763
commit
efd6d64849
3 changed files with 9 additions and 1 deletions
|
@ -77,15 +77,19 @@ in
|
|||
|
||||
in
|
||||
{
|
||||
check-deployment-cli-nothing = makeTestDeployment { };
|
||||
check-deployment-cli-nothing = makeTestDeployment {
|
||||
attic.enable = true;
|
||||
};
|
||||
|
||||
check-deployment-cli-mastodon-pixelfed = makeTestDeployment {
|
||||
mastodon.enable = true;
|
||||
pixelfed.enable = true;
|
||||
attic.enable = true;
|
||||
};
|
||||
|
||||
check-deployment-cli-peertube = makeTestDeployment {
|
||||
peertube.enable = true;
|
||||
attic.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -25,6 +25,8 @@ in
|
|||
peertube.inputDerivation
|
||||
gixy
|
||||
gixy.inputDerivation
|
||||
pkgs.acl
|
||||
pkgs.attr
|
||||
];
|
||||
|
||||
system.extraDependenciesFromModule = {
|
||||
|
|
|
@ -66,6 +66,8 @@ in
|
|||
|
||||
pkgs.stdenv
|
||||
pkgs.stdenvNoCC
|
||||
pkgs.acl
|
||||
pkgs.attr
|
||||
]
|
||||
++ (
|
||||
let
|
||||
|
|
Loading…
Add table
Reference in a new issue