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

Update nix to 0.23 #360

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 28, 2022

  1. Update nix to 0.21

    Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
    jszwedko committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    774c0a7 View commit details
    Browse the repository at this point in the history
  2. Update to nix 0.22

    Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
    jszwedko committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    90ea4b3 View commit details
    Browse the repository at this point in the history
  3. Update to nix 0.23

    Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
    jszwedko committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    76fa765 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

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

Commits on Sep 5, 2024

  1. Fix mismatched type on s390x

    While compiling on Linux s390x, were getting the error
    error[E0308]: mismatched types
      --> heim-host/src/sys/linux/users/other.rs:80:25
       |
    80 |             session_id: entry.ut_session,
       |                         ^^^^^^^^^^^^^^^^ expected `i32`, found
    `i64`
    
    For more information about this error, try `rustc --explain E0308`.
    jabir366 authored and Jabir Ali V committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    cc41c04 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from jabir366/update-nix

    Fix mismatched type on s390x
    jszwedko authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    4925b53 View commit details
    Browse the repository at this point in the history