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

Make our Nix installation immune to macOS upgrades #672

Merged
merged 17 commits into from
Oct 16, 2023

Commits on Oct 11, 2023

  1. Add cargo-watch

    grahamc committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4513165 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    288a34e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    367b28f View commit details
    Browse the repository at this point in the history
  4. clippy: redundant closure

    grahamc committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    95bc45f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    393e0eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    517f2ba View commit details
    Browse the repository at this point in the history
  7. Clippy: an implementation of From is preferred since it gives you Int…

    …o<_> for free where the reverse isn't true
    grahamc committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    259d58b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a3b2225 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dd40f0f View commit details
    Browse the repository at this point in the history
  10. Introduce nix-installe restore-shell to fix the init scripts, called …

    …by the nix-hook plist on every login
    grahamc committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b3af5d9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    25f9e71 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cccb8bc View commit details
    Browse the repository at this point in the history
  13. Revert "Back to run-at-load hoping that works"

    This reverts commit cccb8bc.
    
    It starts too early, fails, and then aborts. When it fails,
    launchd says the service failed to initialize and that the system
    is read-only.
    grahamc committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c6d9266 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. nits

    Hoverbear committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    2708fe6 View commit details
    Browse the repository at this point in the history
  2. rename to repair

    Hoverbear committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    211ec07 View commit details
    Browse the repository at this point in the history
  3. Handle --no-modify-profile

    Hoverbear committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    78ba6dd View commit details
    Browse the repository at this point in the history
  4. fmt

    Hoverbear committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    dd34b07 View commit details
    Browse the repository at this point in the history