2023-08-08 10:19:01 +00:00
|
|
|
{ ... }:
|
2020-10-12 00:22:58 +00:00
|
|
|
|
|
|
|
{
|
2023-08-08 10:19:01 +00:00
|
|
|
home.file."source with spaces!".source = ./. + "/source with spaces!";
|
2020-10-12 00:22:58 +00:00
|
|
|
|
2023-08-08 10:19:01 +00:00
|
|
|
nmt.script = ''
|
|
|
|
assertFileExists 'home-files/source with spaces!';
|
|
|
|
assertFileContent 'home-files/source with spaces!' \
|
|
|
|
${
|
|
|
|
builtins.path {
|
|
|
|
path = ./. + "/source with spaces!";
|
|
|
|
name = "source-with-spaces-expected";
|
2020-10-12 00:22:58 +00:00
|
|
|
}
|
2023-08-08 10:19:01 +00:00
|
|
|
}
|
|
|
|
'';
|
2020-10-12 00:22:58 +00:00
|
|
|
}
|