Flakes: Difference between revisions
imported>Nix split official links out, add link to original Flakes RFC |
imported>Lucc add devShells to output schema |
||
Line 161: | Line 161: | ||
# Used by `nix develop` | # Used by `nix develop` | ||
devShell."<system>" = derivation; | devShell."<system>" = derivation; | ||
# Used by `nix develop .#<name>` | |||
devShells."<system>"."<name>" = derivation; | |||
# Hydra build jobs | # Hydra build jobs | ||
hydraJobs."<attr>"."<system>" = derivation; | hydraJobs."<attr>"."<system>" = derivation; |