Skip to content

A CLI tool for listing all the entries in the most recent Nix flake registry

Notifications You must be signed in to change notification settings

the-nix-way/flake-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flake-registry

This is a CLI tool that lists all of the entries in the most recent global flake registry.

# Without installation
nix run github:the-nix-way/flake-registry

# With installation
nix profile install github:the-nix-way/flake-registry
flake-registry

The flake registry enables you to add flake inputs to a Nix flake's outputs without explicitly adding them to the inputs attribute. Here's an example:

{
  # No inputs!

  outputs = { self, nixpkgs }: {
    # Do something with nixpkgs
  };
}

About

A CLI tool for listing all the entries in the most recent Nix flake registry

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages