From f07cfcaf71c45b9284964d1eef731d27140925e2 Mon Sep 17 00:00:00 2001 From: phaer Date: Sat, 18 Mar 2023 13:12:37 +0100 Subject: [PATCH] fix(tests): use alejandra from nixpkgs --- tests/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/default.nix b/tests/default.nix index 25537aab..e50651b6 100644 --- a/tests/default.nix +++ b/tests/default.nix @@ -43,7 +43,7 @@ b.toString (config.d2n.utils.writePureShellScript [ - inputs.alejandra.defaultPackage.${system} + pkgs.alejandra pkgs.coreutils pkgs.gitMinimal pkgs.nix