1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-29 17:57:28 +02:00
home-manager/tests/modules/files/default.nix
2019-12-08 21:40:22 +01:00

6 lines
170 B
Nix

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