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

Build a minimized Nix with MinGW #8901

Merged
merged 5 commits into from
Apr 17, 2024
Merged

Commits on Apr 17, 2024

  1. Create no-op Window pathlocks implementation

    This keeps the call sites simple, eventually this should be filled in.
    Ericson2314 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    2248a3f View commit details
    Browse the repository at this point in the history
  2. Build a minimized Nix with MinGW

    At this point many features are stripped out, but this works:
    
    - Can run libnix{util,store,expr} unit tests
    - Can run some Nix commands
    
    Co-Authored-By volth <volth@volth.com>
    Co-Authored-By Brian McKenna <brian@brianmckenna.org>
    Ericson2314 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    8433027 View commit details
    Browse the repository at this point in the history
  3. Get rid of shellCrossSystems

    We don't need it now that our (minimized) Windows build of Nix succeeds!
    Ericson2314 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    98691b4 View commit details
    Browse the repository at this point in the history
  4. Prefix -DNIX_ paths to be windows-complient for windows

    This is a hacky solution, but it will do for now.
    Ericson2314 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b529d91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1063aa5 View commit details
    Browse the repository at this point in the history