dbus: add tests

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
2024-09-28 00:06:16 +09:00
parent aa2be18f47
commit 1038af98f0
8 changed files with 511 additions and 1 deletions

View File

@@ -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 ];
};
});
};