Skip to content

Make foliage repositories buildable in Nix #46

@michaelpj

Description

@michaelpj

The main thing this would require is to be able to do all the fetching in a Nix-friendly way, which would require #45 and also some cleverness in working out what foliage needs, e.g. we might need something like:

$ foliage list-requirements
<url1> <hash1>
<url2> <hash2>
...

Then we could use IFD to make a derivation that prefetches everything into a directory, or use the intercepting-webserver trick.

Metadata

Metadata

Assignees

No one assigned

    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