Flakes: Difference between revisions

imported>Mic92
imported>Bew
m fix description of "description"
Line 121: Line 121:
{
{
   # This will be shown in `nix flake info`
   # This will be shown in `nix flake info`
   description = "A description what his flake provides";
   description = "A description of what this flake provides";
   # Executed by `nix flake check`
   # Executed by `nix flake check`
   checks."<system>"."<attr>" = derivation;
   checks."<system>"."<attr>" = derivation;