dragnpkgs/module.nix

6 lines
60 B
Nix

{ ... }: {
imports = [
./modules/ghidra-server
];
}