Flakes: Difference between revisions
imported>Erikarvstedt Add "extra command" installation option |
imported>Plredmond change the output schema to indicate that devShell requires a "<system>" sub attr, per https://github.com/edolstra/flake-compat/blob/99f1c2157fba4bfe6211a321fd0ee43199025dbf/default.nix#L185 |
||
Line 162: | Line 162: | ||
nixosConfigurations."<hostname>" = {}; | nixosConfigurations."<hostname>" = {}; | ||
# Used by `nix develop` | # Used by `nix develop` | ||
devShell = derivation; | devShell."<system>" = derivation; | ||
# Hydra build jobs | # Hydra build jobs | ||
hydraJobs."<attr>"."<system>" = derivation; | hydraJobs."<attr>"."<system>" = derivation; |