1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-28 17:38:33 +02:00
home-manager/tests/modules/files/default.nix
2021-06-27 17:10:45 +02:00

10 lines
337 B
Nix

{
files-executable = ./executable.nix;
files-hidden-source = ./hidden-source.nix;
files-out-of-store-symlink = ./out-of-store-symlink.nix;
files-source-with-spaces = ./source-with-spaces.nix;
files-target-conflict = ./target-conflict.nix;
files-target-with-shellvar = ./target-with-shellvar.nix;
files-text = ./text.nix;
}