From c1b33121b6f74eaef11079038d14d215af24f989 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Mon, 23 Jun 2025 17:21:32 +0200 Subject: [PATCH] expose npins in shell for CI (#403) Should fix https://git.fediversity.eu/Fediversity/Fediversity/issues/65#issuecomment-8097 Reviewed-on: https://git.fediversity.eu/Fediversity/Fediversity/pulls/403 Reviewed-by: kiara Grouwstra Co-authored-by: Valentin Gagarin Co-committed-by: Valentin Gagarin --- default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/default.nix b/default.nix index 7c536a03..7cd89d90 100644 --- a/default.nix +++ b/default.nix @@ -55,6 +55,7 @@ in }; in [ + pkgs.npins pkgs.nix-unit test-loop ];