Deployment and lifecycle management for Nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

e2e: add activation package

+1
+1
nix/tests/e2e.nix
··· 52 52 services.sower.agent = { 53 53 enable = true; 54 54 package = flake.packages.${pkgs.stdenv.hostPlatform.system}.agent; 55 + activationPackage = flake.packages.${pkgs.stdenv.hostPlatform.system}.activator; 55 56 56 57 settings = { 57 58 access_token_file = "/run/sower/test_token";