mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 14:03:51 +00:00
7 lines
74 B
Nix
7 lines
74 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./common.nix
|
|
./netty-worktree.nix
|
|
];
|
|
}
|