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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

inline the usage of nix::renameFile, nix::getFileType and nix::copyFile #10685

Merged
merged 4 commits into from
May 13, 2024

Commits on May 12, 2024

  1. inline the usage of nix::renameFile

    use `std::filesystem::rename` everywhere and remove `nix::renameFile`
    siddhantk232 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    4537663 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3b7367 View commit details
    Browse the repository at this point in the history
  3. rename copy -> copyFile and remove old copyFile

    the old `copyFile` was just a wrapper that was calling the `copy`
    function. This wrapper function is removed and the `copy` function is
    renamed to `copyFile`.
    siddhantk232 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    ccf9454 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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