pub-solar-os/lib/pkgs-lib/default.nix

7 lines
141 B
Nix
Raw Normal View History

{ lib, deploy, devshell }:
{
tests = import ./tests { inherit lib deploy; };
shell = import ./shell { inherit lib devshell deploy; };
}