mirror of
https://github.com/divnix/digga.git
synced 2024-12-24 00:21:47 +03:00
33474e6ffa
pass `self` to top level imports in the style of `./examples/groupByConfig`
5 lines
50 B
Nix
5 lines
50 B
Nix
{ self, ... }:
|
|
{
|
|
modules = [ ./python.toml ];
|
|
}
|