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

readme: add nix repl entry #134

Merged
merged 2 commits into from
Oct 23, 2024
Merged

readme: add nix repl entry #134

merged 2 commits into from
Oct 23, 2024

Conversation

MarcelCoding
Copy link
Member

No description provided.

README.md Outdated Show resolved Hide resolved

```
:b (pkgs.nixosOptionsDoc { inherit ((lib.evalModules { modules = [ { config._module.check = false; } outputs.nixosModules.default ]; })) options; warningsAreErrors = false; }).optionsJSON
```
Copy link
Member

@SuperSandro2000 SuperSandro2000 Oct 23, 2024

Choose a reason for hiding this comment

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

Suggested change
```
```
It is assumed that the flake was loaded before with `:lf` and the module(s) is/are under `nixosModules.default`. For some flakes this may need to be adapted.

Copy link
Member

Choose a reason for hiding this comment

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

Co-authored-by: Sandro <[email protected]>
@MarcelCoding MarcelCoding merged commit 5faf014 into main Oct 23, 2024
3 of 4 checks passed
@MarcelCoding MarcelCoding deleted the readme branch October 23, 2024 20:26
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