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
|
in
|
||||||
{
|
{
|
||||||
check-deployment-cli-nothing = makeTestDeployment { };
|
check-deployment-cli-nothing = makeTestDeployment {
|
||||||
|
attic.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
check-deployment-cli-mastodon-pixelfed = makeTestDeployment {
|
check-deployment-cli-mastodon-pixelfed = makeTestDeployment {
|
||||||
mastodon.enable = true;
|
mastodon.enable = true;
|
||||||
pixelfed.enable = true;
|
pixelfed.enable = true;
|
||||||
|
attic.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
check-deployment-cli-peertube = makeTestDeployment {
|
check-deployment-cli-peertube = makeTestDeployment {
|
||||||
peertube.enable = true;
|
peertube.enable = true;
|
||||||
|
attic.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,6 +25,8 @@ in
|
||||||
peertube.inputDerivation
|
peertube.inputDerivation
|
||||||
gixy
|
gixy
|
||||||
gixy.inputDerivation
|
gixy.inputDerivation
|
||||||
|
pkgs.acl
|
||||||
|
pkgs.attr
|
||||||
];
|
];
|
||||||
|
|
||||||
system.extraDependenciesFromModule = {
|
system.extraDependenciesFromModule = {
|
||||||
|
|
|
@ -66,6 +66,8 @@ in
|
||||||
|
|
||||||
pkgs.stdenv
|
pkgs.stdenv
|
||||||
pkgs.stdenvNoCC
|
pkgs.stdenvNoCC
|
||||||
|
pkgs.acl
|
||||||
|
pkgs.attr
|
||||||
]
|
]
|
||||||
++ (
|
++ (
|
||||||
let
|
let
|
||||||
|
|
Loading…
Add table
Reference in a new issue