Files
nix/lib/default.nix
2024-08-30 12:06:25 +03:00

7 lines
80 B
Nix

{ pkgs, ... }:
{
lib = {
runtime = pkgs.callPackage ./runtime { };
};
}