drop nix-unit from flake-inputs
This commit is contained in:
5
pkgs/nix-unit/flake-module.nix
Normal file
5
pkgs/nix-unit/flake-module.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
perSystem = { pkgs, ... }: {
|
||||
packages.nix-unit = pkgs.callPackage ./default.nix { };
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user