Skip to content

Restructure 🧼 Cillit Bang ‼️ #44

Open
RAPSNX wants to merge 85 commits into
mainfrom
structure
Open

Restructure 🧼 Cillit Bang ‼️ #44
RAPSNX wants to merge 85 commits into
mainfrom
structure

Conversation

@RAPSNX
Copy link
Copy Markdown
Owner

@RAPSNX RAPSNX commented Apr 29, 2026

Entire restructure

  • Update of docs for bootstrapping
  • Folders

Repository owner deleted a comment from chatgpt-codex-connector Bot Apr 29, 2026
@RAPSNX
Copy link
Copy Markdown
Owner Author

RAPSNX commented Apr 29, 2026

@codex review this

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 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".

Comment thread modules/home/desktops/niri/default.nix Outdated
Comment thread modules/home/services/sops.nix Outdated
@RAPSNX
Copy link
Copy Markdown
Owner Author

RAPSNX commented Apr 29, 2026

@codex review this again thoroughly

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 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".

Comment thread modules/nixos/system/env.nix
Comment thread modules/home/common/roles.nix Outdated
@RAPSNX
Copy link
Copy Markdown
Owner Author

RAPSNX commented May 24, 2026

@codex review this PR entirely, want to merge this!

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4d20db0318

ℹ️ 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".

gnumake
]
# TODO: wtf?
++ lib.optionals (!config.hostConfig.roles.desktop) [
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P0 Badge Include lib in env module arguments

modules/nixos/system/env.nix now calls lib.optionals but the module function no longer accepts lib in its argument set. This makes evaluation fail with an undefined variable error as soon as this module is loaded, so nixosSystem builds cannot proceed for any host using the new module tree.

Useful? React with 👍 / 👎.

YAMLS=$(find "$BASE_PATH" -name '*.yaml' | awk -F/ '{ print $NF }')
KUBECONFIG=$(fzf <<<"$YAMLS")
export KUBECONFIG=$BASE_PATH/$KUBECONFIG
printf 'export KUBECONFIG=%q\n' "$BASE_PATH/$KUBECONFIG"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Export KUBECONFIG in selector script instead of printing it

The new selc_ script prints export KUBECONFIG=... instead of setting it, but zsh alias selc still uses source selc_; sourcing a script that only prints text does not update the shell environment. As a result, running selc no longer changes KUBECONFIG, breaking kubeconfig switching in interactive shells.

Useful? React with 👍 / 👎.

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.

1 participant