aboutsummaryrefslogtreecommitdiff
path: root/home-manager/tests/modules/files/default.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-with-shellvar = ./target-with-shellvar.nix;
  files-text = ./text.nix;
}