Flakes: Difference between revisions

imported>Bqv
mNo edit summary
imported>Mic92
description does not belong into outputs
Line 120: Line 120:
{ self, ... }@inputs:
{ self, ... }@inputs:
{
{
  # This will be shown in `nix flake info`
  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;