remove flake compat and parts dependencies #8

Merged
Ghost merged 1 commit from refs/pull/8/head into 2025-Flake 2025-05-20 12:27:06 +10:00
Ghost commented 2025-05-20 12:26:22 +10:00 (Migrated from codeberg.org)

Can achieve same functionality with just a few functions

Summary by CodeRabbit

  • Refactor
    • Simplified and streamlined Nix flake configuration, removing complex abstractions and unused dependencies.
    • Generalized user configuration to support dynamic usernames instead of hardcoded values.
    • Flattened and clarified package and system configuration structures for easier customization.
    • Updated references to packages and overlays for improved maintainability.
    • Deleted obsolete overlay configuration file.
Can achieve same functionality with just a few functions <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Refactor** - Simplified and streamlined Nix flake configuration, removing complex abstractions and unused dependencies. - Generalized user configuration to support dynamic usernames instead of hardcoded values. - Flattened and clarified package and system configuration structures for easier customization. - Updated references to packages and overlays for improved maintainability. - Deleted obsolete overlay configuration file. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Ghost commented 2025-05-20 12:26:29 +10:00 (Migrated from codeberg.org)

Walkthrough

The project’s Nix flake and module structure was refactored to remove flake-parts, simplify outputs, and generalize user configuration. Inputs and overlays related to removed dependencies were deleted. User and home-manager modules now accept a username parameter, enabling dynamic user configuration. Package and overlay definitions were flattened and streamlined.

Changes

File(s) Change Summary
flake.nix Refactored to remove flake-parts, simplify outputs, and clean up unused inputs. Outputs now directly define nixosConfigurations and packages for "x86_64-linux". DevShell, formatter, and related inputs were removed.
home/default.nix, hosts/striking_distance/home/default.nix, system/core/users.nix Changed user attribute keys from hardcoded "kruziikrel13" to dynamic ${username}; added username as a parameter to enable flexible user configuration.
home/programs/hyprland/default.nix, system/programs/hyprland/default.nix Added self parameter and updated references to bibata-hyprcursor to use self.packages instead of inputs.self.packages.
hosts/default.nix Refactored to use a top-level let, introduced makeSpecialArgs function for parameterized user arguments, and explicitly set system architecture.
pkgs/default.nix Simplified package export by removing system-specific nesting and exporting a direct function returning the bibata-hyprcursor package.
system/overlays.nix Deleted overlay file that previously pinned and customized the limo package and imported a Neovim overlay.

Sequence Diagram(s)

sequenceDiagram
    participant Flake as flake.nix
    participant Hosts as hosts/default.nix
    participant Home as home/default.nix
    participant System as system/core/users.nix
    participant Pkgs as pkgs/default.nix

    Flake->>Hosts: import ./hosts { self, nixpkgs, inputs }
    Hosts->>System: makeSpecialArgs("username") → { username, ... }
    Hosts->>Home: import home module with { username }
    Flake->>Pkgs: import ./pkgs nixpkgs.legacyPackages.${system}
    Home->>Pkgs: Reference bibata-hyprcursor via self.packages

Poem

🐇
Refactored flake, the code’s now neat,
No more hardcoded user seat!
With overlays gone and outputs clear,
Dynamic users now appear.
Bibata cursors hop with pride,
In streamlined Nix, we rabbits reside!
🌱

Note

️ AI Code Reviews for VS Code, Cursor, Windsurf

CodeRabbit now has a plugin for VS Code, Cursor and Windsurf. This brings AI code reviews directly in the code editor. Each commit is reviewed immediately, finding bugs before the PR is raised. Seamless context handoff to your AI code agent ensures that you can easily incorporate review feedback.
Learn more here.


Note

️ Faster reviews with caching

CodeRabbit now supports caching for code and dependencies, helping speed up reviews. This means quicker feedback, reduced wait times, and a smoother review experience overall. Cached data is encrypted and stored securely. This feature will be automatically enabled for all accounts on May 16th. To opt out, configure Review - Disable Cache at either the organization or repository level. If you prefer to disable all data retention across your organization, simply turn off the Data Retention setting under your Organization Settings.
Enjoy the performance boost—your workflow just got faster.


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Free
Cache: Disabled due to data retention organization setting
Knowledge Base: Disabled due to data retention organization setting

📥 Commits

Reviewing files that changed from the base of the PR and between 525a3979e3 and 48fe0c4f2a.

Files ignored due to path filters (1)
  • flake.lock is excluded by !**/*.lock
📒 Files selected for processing (9)
  • flake.nix (1 hunks)
  • home/default.nix (2 hunks)
  • home/programs/hyprland/default.nix (1 hunks)
  • hosts/default.nix (1 hunks)
  • hosts/striking_distance/home/default.nix (1 hunks)
  • pkgs/default.nix (1 hunks)
  • system/core/users.nix (1 hunks)
  • system/overlays.nix (0 hunks)
  • system/programs/hyprland/default.nix (1 hunks)
💤 Files with no reviewable changes (1)
  • system/overlays.nix

Note

🎁 Summarized by CodeRabbit Free

Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login.

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough The project’s Nix flake and module structure was refactored to remove `flake-parts`, simplify outputs, and generalize user configuration. Inputs and overlays related to removed dependencies were deleted. User and home-manager modules now accept a `username` parameter, enabling dynamic user configuration. Package and overlay definitions were flattened and streamlined. ## Changes | File(s) | Change Summary | |------------------------------------------------------------------------------------------|---------------| | `flake.nix` | Refactored to remove `flake-parts`, simplify outputs, and clean up unused inputs. Outputs now directly define `nixosConfigurations` and `packages` for "x86_64-linux". DevShell, formatter, and related inputs were removed. | | `home/default.nix`, `hosts/striking_distance/home/default.nix`, `system/core/users.nix` | Changed user attribute keys from hardcoded `"kruziikrel13"` to dynamic `${username}`; added `username` as a parameter to enable flexible user configuration. | | `home/programs/hyprland/default.nix`, `system/programs/hyprland/default.nix` | Added `self` parameter and updated references to `bibata-hyprcursor` to use `self.packages` instead of `inputs.self.packages`. | | `hosts/default.nix` | Refactored to use a top-level `let`, introduced `makeSpecialArgs` function for parameterized user arguments, and explicitly set system architecture. | | `pkgs/default.nix` | Simplified package export by removing system-specific nesting and exporting a direct function returning the `bibata-hyprcursor` package. | | `system/overlays.nix` | Deleted overlay file that previously pinned and customized the `limo` package and imported a Neovim overlay. | ## Sequence Diagram(s) ```mermaid sequenceDiagram participant Flake as flake.nix participant Hosts as hosts/default.nix participant Home as home/default.nix participant System as system/core/users.nix participant Pkgs as pkgs/default.nix Flake->>Hosts: import ./hosts { self, nixpkgs, inputs } Hosts->>System: makeSpecialArgs("username") → { username, ... } Hosts->>Home: import home module with { username } Flake->>Pkgs: import ./pkgs nixpkgs.legacyPackages.${system} Home->>Pkgs: Reference bibata-hyprcursor via self.packages ``` ## Poem > 🐇 > Refactored flake, the code’s now neat, > No more hardcoded user seat! > With overlays gone and outputs clear, > Dynamic users now appear. > Bibata cursors hop with pride, > In streamlined Nix, we rabbits reside! > 🌱✨ <!-- walkthrough_end --> <!-- announcements_start --> > [!NOTE] > <details> > <summary>⚡️ AI Code Reviews for VS Code, Cursor, Windsurf</summary> > > CodeRabbit now has a plugin for VS Code, Cursor and Windsurf. This brings AI code reviews directly in the code editor. Each commit is reviewed immediately, finding bugs before the PR is raised. Seamless context handoff to your AI code agent ensures that you can easily incorporate review feedback. > Learn more [here](http://coderabbit.ai/ide). > > </details> --- > [!NOTE] > <details> > <summary>⚡️ Faster reviews with caching</summary> > > CodeRabbit now supports caching for code and dependencies, helping speed up reviews. This means quicker feedback, reduced wait times, and a smoother review experience overall. Cached data is encrypted and stored securely. This feature will be automatically enabled for all accounts on May 16th. To opt out, configure `Review - Disable Cache` at either the organization or repository level. If you prefer to disable all data retention across your organization, simply turn off the `Data Retention` setting under your Organization Settings. > Enjoy the performance boost—your workflow just got faster. > > </details> <!-- announcements_end --> --- <details> <summary>📜 Recent review details</summary> **Configuration used: CodeRabbit UI** **Review profile: CHILL** **Plan: Free** **Cache: Disabled due to data retention organization setting** **Knowledge Base: Disabled due to data retention organization setting** <details> <summary>📥 Commits</summary> Reviewing files that changed from the base of the PR and between 525a3979e3ee488f40de50c0f150698d1f91bf74 and 48fe0c4f2a5e122c758cb9fdb3b2f0367e82fb08. </details> <details> <summary>⛔ Files ignored due to path filters (1)</summary> * `flake.lock` is excluded by `!**/*.lock` </details> <details> <summary>📒 Files selected for processing (9)</summary> * `flake.nix` (1 hunks) * `home/default.nix` (2 hunks) * `home/programs/hyprland/default.nix` (1 hunks) * `hosts/default.nix` (1 hunks) * `hosts/striking_distance/home/default.nix` (1 hunks) * `pkgs/default.nix` (1 hunks) * `system/core/users.nix` (1 hunks) * `system/overlays.nix` (0 hunks) * `system/programs/hyprland/default.nix` (1 hunks) </details> <details> <summary>💤 Files with no reviewable changes (1)</summary> * system/overlays.nix </details> </details> <!-- internal state start --> <!-- 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 --> <!-- internal state end --> <!-- tips_start --> --- > [!NOTE] > <details> > <summary>🎁 Summarized by CodeRabbit Free</summary> > > Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting <https://app.coderabbit.ai/login>. > > </details> <details> <summary>🪧 Tips</summary> ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai?utm_source=oss&utm_medium=github&utm_campaign=Kruziikrel13/NixOS&utm_content=8): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit <commit_id>, please review it.` - `Explain this complex logic.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai explain this code block.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.` - `@coderabbitai read src/utils.ts and explain its main purpose.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` - `@coderabbitai help me debug CodeRabbit configuration file.` ### Support Need help? Join our [Discord community](https://discord.gg/coderabbit) for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (Invoked using PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai generate sequence diagram` to generate a sequence diagram of the changes in this PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. ### Other keywords and placeholders - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. - Add `@coderabbitai summary` to generate the high-level summary at a specific location in the PR description. - Add `@coderabbitai` anywhere in the PR title to generate the title automatically. ### CodeRabbit Configuration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://docs.coderabbit.ai) for detailed information on how to use CodeRabbit. - Join our [Discord Community](http://discord.gg/coderabbit) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements. </details> <!-- tips_end -->
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
kruziikrel13/NixOS!8
No description provided.