Flakes: Difference between revisions
imported>Erikarvstedt m Wording. The mentioned file is not a flake due to its extra attrs. |
imported>Erikarvstedt m Add `devShell` to example flake outputs |
||
Line 147: | Line 147: | ||
# Attrset of nixos configurations by hostname. | # Attrset of nixos configurations by hostname. | ||
nixosConfigurations."<hostname>" = {}; | nixosConfigurations."<hostname>" = {}; | ||
# Used by `nix develop` | |||
devShell = derivation; | |||
# Hydra build jobs | # Hydra build jobs | ||
hydraJobs."<attr>"."<system>" = derivation; | hydraJobs."<attr>"."<system>" = derivation; |