From 1038af98f08f5c16828fabde3d6b559013c6c123 Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Sat, 28 Sep 2024 00:06:16 +0900 Subject: dbus: add tests Signed-off-by: Ophestra Umiker --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 1d5357db..3a2f6698 100644 --- a/flake.nix +++ b/flake.nix @@ -36,7 +36,7 @@ default = nixpkgsFor.${system}.mkShell { buildInputs = with nixpkgsFor.${system}; - [ self.packages.${system}.fortify ] ++ self.packages.${system}.fortify.buildInputs; + self.packages.${system}.fortify.buildInputs ++ [ self.packages.${system}.fortify ]; }; }); }; -- cgit v1.3.1