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: small updates #694

Closed

Commits on Jun 20, 2024

  1. nix: run nix flake update

    This is needed so that the build can work inside `nix shell`,
    because we need to provision a newer nightly compiler.
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    bdd130e View commit details
    Browse the repository at this point in the history
  2. envrc: update to nix-direnv 3.0.5

    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8256eec View commit details
    Browse the repository at this point in the history
  3. nix: use mold-wrapped for linking

    This version of mold can correctly find external system libraries if needed.
    buck2 happily works anyway because the flake doesn't depend on system libraries,
    but the previous version was still wrong.
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    34f5a7c View commit details
    Browse the repository at this point in the history