test file

main
Zynh Ludwig 2024-07-31 23:53:40 -07:00
parent 45e8c3e1d5
commit 3ad98a9ad7
1 changed files with 3 additions and 1 deletions

View File

@ -45,6 +45,8 @@ in
};
};
cfg.pkg = pkgs.writeText "${service}.conf" '''';
cfg.pkg = pkgs.writeText "${service}.conf" ''
uwu
'';
};
}