2023-05-13 00:08:12 +02:00
|
|
|
{ ... }:
|
2019-01-16 02:14:14 +01:00
|
|
|
|
|
|
|
{
|
2023-05-13 00:08:12 +02:00
|
|
|
home.file."source with spaces!".source = ./. + "/source with spaces!";
|
2019-01-16 02:14:14 +01:00
|
|
|
|
2023-05-13 00:08:12 +02: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";
|
2019-01-16 02:14:14 +01:00
|
|
|
}
|
2023-05-13 00:08:12 +02:00
|
|
|
}
|
|
|
|
'';
|
2019-01-16 02:14:14 +01:00
|
|
|
}
|