aboutsummaryrefslogtreecommitdiff
path: root/home-manager/tests/modules/files/default.nix
blob: 6f1ef24b8103504334b20aafdf597129b0b6fe7e (plain)
1
2
3
4
5
6
7
8
{
  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;
}