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

Add Nix packaging, instructions, and CI #38

Merged
merged 13 commits into from
Oct 6, 2023
Merged

Add Nix packaging, instructions, and CI #38

merged 13 commits into from
Oct 6, 2023

Commits on Apr 15, 2023

  1. Add Nix packaging

    Co-authored-by: dvn <git@dvn.me>
    ehmry and dvn0 committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    64deedf View commit details
    Browse the repository at this point in the history
  2. Do not build from i686-linux

    Some crypto libraries missing for 32-bit x86.
    ehmry committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    d540cd8 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Merge branch 'main' into nix

    leif committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    5c1d69f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d96b50b View commit details
    Browse the repository at this point in the history
  3. fix shell syntax, cleanup

    leif committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    d5c4b9b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into nix

    leif committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    1594864 View commit details
    Browse the repository at this point in the history
  5. readme: add Nix instructions

    leif committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    7fd5f2f View commit details
    Browse the repository at this point in the history
  6. remove macos-11 ci target

    github's artifact upload is being flaky and this is randomly failing, but we
    really don't need to be building everything for old versions of macos anyway.
    
    and we should probably replace 12 with 13, but, will find out if that actually works later...
    leif committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    0afa034 View commit details
    Browse the repository at this point in the history
  7. fix dirname

    leif committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    4f4e78a View commit details
    Browse the repository at this point in the history
  8. ci: include all jobs in release deps

    i guess this just worked with alpine before because android takes longer
    leif committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    66bb7d2 View commit details
    Browse the repository at this point in the history
  9. add space

    leif committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    9d3a857 View commit details
    Browse the repository at this point in the history
  10. minor changes

    leif committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    478d881 View commit details
    Browse the repository at this point in the history
  11. make sure nixos.output is 1 line

    just in case more things could ever end up in nix_build
    leif committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    ae1d8a8 View commit details
    Browse the repository at this point in the history