From bd347b98896871537b07b9a124586b339b1f0e93 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Mon, 7 Jul 2025 06:51:36 +0800 Subject: [PATCH] refactor: move readme to docs dir, update nix file --- README.md => docs/README.md | 0 nix/files/readme.nix | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename README.md => docs/README.md (100%) diff --git a/README.md b/docs/README.md similarity index 100% rename from README.md rename to docs/README.md diff --git a/nix/files/readme.nix b/nix/files/readme.nix index ec2d291..a8eccbf 100644 --- a/nix/files/readme.nix +++ b/nix/files/readme.nix @@ -46,7 +46,7 @@ { files.files = [ { - path_ = "README.md"; + path_ = "docs/README.md"; drv = pkgs.writeText "README.md" config.text.readme; } ];