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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move home.stateVersion to individual configuration #407

Closed
NobbZ opened this issue Feb 23, 2023 · 2 comments · Fixed by #1076
Closed

Move home.stateVersion to individual configuration #407

NobbZ opened this issue Feb 23, 2023 · 2 comments · Fixed by #1076

Comments

@NobbZ
Copy link
Owner

NobbZ commented Feb 23, 2023

Currently the home.stateVersion is set in the home/modules/misc/home/default.nix, instead it should move to the individual configurations entrypoint.

@NobbZ
Copy link
Owner Author

NobbZ commented Jan 20, 2025

@coderabbitai can you check if this already is completed?

Copy link

coderabbitai bot commented Jan 20, 2025

Tip

For best results, initiate chat on the files or code changes.

@NobbZ No, this is not completed yet. The home.stateVersion = "20.09"; is still defined in home/modules/misc/home/default.nix and needs to be moved to individual configuration entrypoints.

🔗 Analysis chain
🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Check if the file exists and show its contents
echo "=== Checking home/modules/misc/home/default.nix ==="
cat home/modules/misc/home/default.nix || echo "File not found"

echo -e "\n=== Searching for home.stateVersion occurrences ==="
rg "home\.stateVersion" -l

Length of output: 1195

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 a pull request may close this issue.

1 participant