6 lines
72 B
Nix
6 lines
72 B
Nix
|
{ depot, ... }:
|
||
|
|
||
|
depot.third_party.naersk.buildPackage {
|
||
|
src = ./.;
|
||
|
}
|