6 lines
105 B
Nix
6 lines
105 B
Nix
{ pkgs, ... }:
|
|
{
|
|
# 导入安装包
|
|
inode-client = pkgs.callPackage ./inode-client/package.nix { };
|
|
}
|