Skip to content

A flake parts module to check input closure sizes recursively

License

Notifications You must be signed in to change notification settings

input-output-hk/inputs-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inputs-check

A flake parts module to check input closure sizes recursively.

Getting Started

Installing

  • Add to your flake inputs:

    inputs-check.url = "github:input-output-hk/inputs-check";
    
  • Inside the mkFlake add:

    imports = [
      inputs.inputs-check.flakeModule
    ];
    
  • Run nix flake lock and you're set.

Usage

  • From CLI:

    nix run .#inputs-check
    
  • Default parameters may be modified by passing a single quoted attribute set as an arg:

    nix run .#inputs-check -- '{maxRecurseDepth = 1;}'
    

About

A flake parts module to check input closure sizes recursively

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages