Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@towry
Copy link
Owner

@towry towry commented Nov 18, 2024

No description provided.

@towry towry requested a review from Copilot November 18, 2024 02:08
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Files not reviewed (6)
  • nix/hm/editor.nix: Language not supported
  • nix/hm/fish.nix: Language not supported
  • nix/hm/frontend-dev.nix: Language not supported
  • nix/hm/shared.nix: Language not supported
  • nix/home.nix: Language not supported
  • nix/overlay.nix: Language not supported

@towry towry merged commit 03c260a into main Nov 18, 2024
1 check passed
@what-the-diff
Copy link

what-the-diff bot commented Nov 18, 2024

PR Summary

  • Introduction of 'shellcheck' into Nix configuration
    The editor.nix file was updated to include shellcheck, providing enhanced shell code analysis in our Nix configuration.

  • Switch from 'pyright' to 'basedpyright'
    In editor.nix, we have commented out pyright and added basedpyright, paving way for improved Python type-checking.

  • Optimization of 'make-neovim' command
    The make-neovim command in fish.nix was amended by removing a redundant CMAKE_INSTALL_PREFIX specification, simplifying our build system commands.

  • Commenting out of 'fish_add_path'
    The fish_add_path for .nimble/bin was commented out in fish.nix, eliminating unnecessary system path additions.

  • Addition of 'vtsls' to Node packages
    The Node package list in frontend-dev.nix now includes vtsls, boosting our frontend TypeScript tooling.

  • Creation of new directory for '.local/bin'
    A new directory for .local/bin was established in the workspace setup in shared.nix, promoting organized file management.

  • Inclusion of '$HOME/.cargo/bin' in 'sessionPath'
    The home.nix was updated to include $HOME/.cargo/bin in the sessionPath, allowing easier access to Rust's package manager, Cargo.

  • Adjustment of Node.js version handling
    The way that Node.js versions are managed in overlay.nix changed. Older references will now use nodejs_20, ensuring compatibility across versions.

@towry towry deleted the fix/202411-path branch November 18, 2024 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants