mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-14 16:52:43 +02:00
docs: outputs
This commit is contained in:
+6
-21
@@ -76,34 +76,17 @@ All the outputs of this flake are defined here.
|
|||||||
├── aarch64-darwin # All outputs for macOS Apple Silicon
|
├── aarch64-darwin # All outputs for macOS Apple Silicon
|
||||||
│ ├── default.nix
|
│ ├── default.nix
|
||||||
│ └── src # every host has its own file in this directory
|
│ └── src # every host has its own file in this directory
|
||||||
|
│ ├── frieren.nix
|
||||||
│ └── fern.nix
|
│ └── fern.nix
|
||||||
├── aarch64-linux # All outputs for Linux ARM64
|
├── aarch64-linux # All outputs for Linux ARM64
|
||||||
│ ├── default.nix
|
│ ├── 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-shoukei.nix
|
||||||
│ │ └── 12kingdoms-suzu.nix
|
|
||||||
│ └── tests # eval tests
|
│ └── tests # eval tests
|
||||||
│ └── hostname
|
|
||||||
│ ├── expected.nix
|
|
||||||
│ └── expr.nix
|
|
||||||
├── riscv64-linux # All outputs for Linux RISCV64
|
|
||||||
│ ├── default.nix
|
|
||||||
│ ├── src # every host has its own file in this directory
|
|
||||||
│ │ ├── rolling-girls-nozomi.nix
|
|
||||||
│ │ └── rolling-girls-yukina.nix
|
|
||||||
│ └── tests # eval tests
|
|
||||||
│ └── hostname
|
|
||||||
│ ├── expected.nix
|
|
||||||
│ └── expr.nix
|
|
||||||
├── x86_64-darwin # All outputs for macOS Intel
|
|
||||||
│ ├── default.nix
|
|
||||||
│ └── src
|
|
||||||
│ └── harnomica.nix
|
|
||||||
└── x86_64-linux # All outputs for Linux x86_64
|
└── x86_64-linux # All outputs for Linux x86_64
|
||||||
├── default.nix
|
├── default.nix
|
||||||
├── nixos-tests
|
├── 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
|
|
||||||
│ ├── idols-ai.nix
|
│ ├── idols-ai.nix
|
||||||
│ ├── idols-aquamarine.nix
|
│ ├── idols-aquamarine.nix
|
||||||
│ ├── idols-kana.nix
|
│ ├── idols-kana.nix
|
||||||
@@ -121,8 +104,10 @@ All the outputs of this flake are defined here.
|
|||||||
├── home-manager
|
├── home-manager
|
||||||
│ ├── expected.nix
|
│ ├── expected.nix
|
||||||
│ └── expr.nix
|
│ └── expr.nix
|
||||||
└── hostname
|
├── hostname
|
||||||
|
│ ├── expected.nix
|
||||||
|
│ └── expr.nix
|
||||||
|
└── kernel
|
||||||
├── expected.nix
|
├── expected.nix
|
||||||
└── expr.nix
|
└── expr.nix
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user