attempt to get cli test to recognize the deps attic wants

This commit is contained in:
Kiara Grouwstra 2025-07-03 09:14:32 +02:00
parent bd869f2763
commit efd6d64849
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
3 changed files with 9 additions and 1 deletions

View file

@ -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;
}; };
}; };
} }

View file

@ -25,6 +25,8 @@ in
peertube.inputDerivation peertube.inputDerivation
gixy gixy
gixy.inputDerivation gixy.inputDerivation
pkgs.acl
pkgs.attr
]; ];
system.extraDependenciesFromModule = { system.extraDependenciesFromModule = {

View file

@ -66,6 +66,8 @@ in
pkgs.stdenv pkgs.stdenv
pkgs.stdenvNoCC pkgs.stdenvNoCC
pkgs.acl
pkgs.attr
] ]
++ ( ++ (
let let