Conversation
- Need to import everything again - Look how to use vars
|
@codex review this |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3e3ec8b6b5
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review this again thoroughly |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 109897020d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| p7zip | ||
| gnumake | ||
| ] | ||
| ++ lib.optionals (!config.hostConfig.roles.desktop) [ |
There was a problem hiding this comment.
Add missing
lib binding before using lib.optionals
This module calls lib.optionals when building environment.systemPackages, but lib is neither an argument nor brought into scope. Evaluating any nixosConfigurations.* that imports this file will fail with an undefined-variable error before a build can proceed, so this blocks all system rebuilds introduced by this commit.
Useful? React with 👍 / 👎.
Entire restructure