Compare commits

..

3 commits

Author SHA1 Message Date
40a25beb4d specify _class module attributes to explicitly declare module types 2025-06-23 17:24:43 +02:00
c1b33121b6 expose npins in shell for CI (#403)
Should fix Fediversity/Fediversity#65 (comment)

Reviewed-on: Fediversity/Fediversity#403
Reviewed-by: kiara Grouwstra <kiara@procolix.eu>
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Co-committed-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2025-06-23 17:21:32 +02:00
d073bd706d
cast DEPLOYMENT_FLAKE to string 2025-06-22 14:42:14 +02:00
2 changed files with 2 additions and 1 deletions

View file

@ -55,6 +55,7 @@ in
}; };
in in
[ [
pkgs.npins
pkgs.nix-unit pkgs.nix-unit
test-loop test-loop
]; ];

View file

@ -27,7 +27,7 @@ in
pkgs.openssh pkgs.openssh
]; ];
env = { env = {
DEPLOYMENT_FLAKE = ../.; DEPLOYMENT_FLAKE = toString ../.;
DEPLOYMENT_NAME = "test"; DEPLOYMENT_NAME = "test";
NPINS_DIRECTORY = toString ../npins; NPINS_DIRECTORY = toString ../npins;
CREDENTIALS_DIRECTORY = toString ./.credentials; CREDENTIALS_DIRECTORY = toString ./.credentials;