Flakes: Difference between revisions

imported>Paumr
added headlines to improve readability
imported>Mic92
Line 93: Line 93:
{ self, ... }@inputs:
{ self, ... }@inputs:
{
{
  # This will be shown in `nix flake info`
  description = "A description what his flake provides";
   # Executed by `nix flake check`
   # Executed by `nix flake check`
   checks."<system>"."<attr>" = derivation;
   checks."<system>"."<attr>" = derivation;