mirror of
https://github.com/divnix/digga.git
synced 2024-12-23 16:11:51 +03:00
0014c5d509
and externalModules -> modules
8 lines
114 B
Nix
8 lines
114 B
Nix
{ self, ... }:
|
|
let
|
|
lib = self.inputs.digga.lib;
|
|
in
|
|
{
|
|
imports = [ (lib.importExportableModules ./modules) ];
|
|
}
|