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."executable" = {
|
|
|
|
text = "";
|
|
|
|
executable = true;
|
2019-01-16 02:14:14 +01:00
|
|
|
};
|
2023-05-13 00:08:12 +02:00
|
|
|
|
|
|
|
nmt.script = ''
|
|
|
|
assertFileExists home-files/executable
|
|
|
|
assertFileIsExecutable home-files/executable;
|
|
|
|
'';
|
2019-01-16 02:14:14 +01:00
|
|
|
}
|