refactor: move readme to docs dir, update nix file

This commit is contained in:
Mohammad Rafiq 2025-07-07 06:51:36 +08:00
parent c26c432890
commit bd347b9889
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -46,7 +46,7 @@
{
files.files = [
{
path_ = "README.md";
path_ = "docs/README.md";
drv = pkgs.writeText "README.md" config.text.readme;
}
];