drop nix-unit from flake-inputs

This commit is contained in:
Jörg Thalheim
2023-08-03 11:29:05 +02:00
parent 54e9d4427c
commit 25b5f58866
5 changed files with 52 additions and 54 deletions

View File

@@ -0,0 +1,5 @@
{
perSystem = { pkgs, ... }: {
packages.nix-unit = pkgs.callPackage ./default.nix { };
};
}