1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 21:01:16 +02:00
nix/tests/modules/define-bare-submodule-values.nix
2023-08-16 15:46:37 +02:00

4 lines
63 B
Nix

{
bare-submodule.nested = 42;
bare-submodule.deep = 420;
}