mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
nix flake check: Fix markdown
This commit is contained in:
parent
6f4d1af971
commit
884674a8e2
1 changed files with 9 additions and 9 deletions
|
@ -31,38 +31,38 @@ at the first error.
|
||||||
The following flake output attributes must be derivations:
|
The following flake output attributes must be derivations:
|
||||||
|
|
||||||
* `checks.`*system*`.`*name*
|
* `checks.`*system*`.`*name*
|
||||||
* `defaultPackage.`*system*`
|
* `defaultPackage.`*system*
|
||||||
* `devShell.`*system*`
|
* `devShell.`*system*
|
||||||
* `devShells.`*system*`.`*name*`
|
* `devShells.`*system*`.`*name*
|
||||||
* `nixosConfigurations.`*name*`.config.system.build.toplevel
|
* `nixosConfigurations.`*name*`.config.system.build.toplevel`
|
||||||
* `packages.`*system*`.`*name*
|
* `packages.`*system*`.`*name*
|
||||||
|
|
||||||
The following flake output attributes must be [app
|
The following flake output attributes must be [app
|
||||||
definitions](./nix3-run.md):
|
definitions](./nix3-run.md):
|
||||||
|
|
||||||
* `apps.`*system*`.`*name*
|
* `apps.`*system*`.`*name*
|
||||||
* `defaultApp.`*system*`
|
* `defaultApp.`*system*
|
||||||
|
|
||||||
The following flake output attributes must be [template
|
The following flake output attributes must be [template
|
||||||
definitions](./nix3-flake-init.md):
|
definitions](./nix3-flake-init.md):
|
||||||
|
|
||||||
* `defaultTemplate`
|
* `defaultTemplate`
|
||||||
* `templates`.`*name*
|
* `templates.`*name*
|
||||||
|
|
||||||
The following flake output attributes must be *Nixpkgs overlays*:
|
The following flake output attributes must be *Nixpkgs overlays*:
|
||||||
|
|
||||||
* `overlay`
|
* `overlay`
|
||||||
* `overlays`.`*name*
|
* `overlays.`*name*
|
||||||
|
|
||||||
The following flake output attributes must be *NixOS modules*:
|
The following flake output attributes must be *NixOS modules*:
|
||||||
|
|
||||||
* `nixosModule`
|
* `nixosModule`
|
||||||
* `nixosModules`.`*name*
|
* `nixosModules.`*name*
|
||||||
|
|
||||||
The following flake output attributes must be
|
The following flake output attributes must be
|
||||||
[bundlers](./nix3-bundle.md):
|
[bundlers](./nix3-bundle.md):
|
||||||
|
|
||||||
* `bundlers`.`*name*
|
* `bundlers.`*name*
|
||||||
* `defaultBundler`
|
* `defaultBundler`
|
||||||
|
|
||||||
In addition, the `hydraJobs` output is evaluated in the same way as
|
In addition, the `hydraJobs` output is evaluated in the same way as
|
||||||
|
|
Loading…
Reference in a new issue