Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

flake inputs #540

@blaggacao

Description

@blaggacao

It seems currently not documented (nor ergonomic) to fetch flake in config.inputs.

I'd propose a new argument: fetchFlakeInput which shells out to flake.lock to get the relevant info:

# makes.nix
{
  inputs = {
    cardano-node = fetchFlakeInput "cardano-node";
  };
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions