home-manager/tests/modules/files/default.nix

7 lines
170 B
Nix
Raw Normal View History

{
files-executable = ./executable.nix;
files-hidden-source = ./hidden-source.nix;
files-source-with-spaces = ./source-with-spaces.nix;
files-text = ./text.nix;
}