refactor: move readme to docs dir, update nix file
This commit is contained in:
parent
c26c432890
commit
bd347b9889
2 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
{
|
{
|
||||||
files.files = [
|
files.files = [
|
||||||
{
|
{
|
||||||
path_ = "README.md";
|
path_ = "docs/README.md";
|
||||||
drv = pkgs.writeText "README.md" config.text.readme;
|
drv = pkgs.writeText "README.md" config.text.readme;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue