1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-16 22:11:05 +01: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;
}