mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
2aeaf65e8f
Fixes #1807
9 lines
337 B
Nix
9 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;
|
|
}
|