From 0e4b5895b68336ff80479e79858a05879bf6f9cf Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 13 Mar 2024 23:08:22 +0800 Subject: [PATCH] docs: fix file tree --- outputs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/outputs/README.md b/outputs/README.md index b114bd54..fed7457b 100644 --- a/outputs/README.md +++ b/outputs/README.md @@ -65,7 +65,7 @@ All the outputs of this flake are defined here. │   └── fern.nix ├── aarch64-linux # All outputs for Linux ARM64 │   ├── default.nix -│   └── src # every host has its own file in this directory +│   ├── src # every host has its own file in this directory │   │   ├── 12kingdoms-rakushun.nix │   │   └── 12kingdoms-suzu.nix │   └── tests # eval tests @@ -74,7 +74,7 @@ All the outputs of this flake are defined here. │   └── expr.nix ├── riscv64-linux # All outputs for Linux RISCV64 │   ├── default.nix -│   └── src # every host has its own file in this directory +│   ├── src # every host has its own file in this directory │   │   ├── rolling-girls-nozomi.nix │   │   └── rolling-girls-yukina.nix │   └── tests # eval tests @@ -88,7 +88,7 @@ All the outputs of this flake are defined here. └── x86_64-linux # All outputs for Linux x86_64 ├── default.nix ├── nixos-tests -│   └── src # every host has its own file in this directory + ├── src # every host has its own file in this directory │   ├── 12kingdoms-shoukei.nix │   ├── homelab-tailscale-gw.nix │   ├── idols-ai.nix