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."executable" = {
|
|
|
|
text = "";
|
|
|
|
executable = true;
|
2020-10-12 00:22:58 +00:00
|
|
|
};
|
2023-08-08 10:19:01 +00:00
|
|
|
|
|
|
|
nmt.script = ''
|
|
|
|
assertFileExists home-files/executable
|
|
|
|
assertFileIsExecutable home-files/executable;
|
|
|
|
'';
|
2020-10-12 00:22:58 +00:00
|
|
|
}
|