1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-24 00:21:47 +03:00
digga/examples/groupByConfig/devshell/default.nix
David Arnold 33474e6ffa imp: pass down self to grouped folder layout
pass `self` to top level imports in the style of
`./examples/groupByConfig`
2022-02-23 15:23:14 -08:00

5 lines
50 B
Nix

{ self, ... }:
{
modules = [ ./python.toml ];
}