Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nix flake #6650

Closed
wants to merge 2 commits into from
Closed

Nix flake #6650

wants to merge 2 commits into from

Commits on Sep 6, 2023

  1. [WIP] hacky but working devshell from borrowed nixpkgs.clightning

    defines a default package:
    - pname is now "cln" because why not
    - version uses flake input metadata, doesn't match git describe format
    
    building requires submodules:
    
        nix build ".?submodules=1"
    
    the devshell does not, project can be built from checkout with submodules in
    this devshell.
    nothingmuch committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    6e6ece1 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    cfed4d4 View commit details
    Browse the repository at this point in the history