We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
nix_health
Each flake can export the metadata (as https://github.com/DeterminateSystems/flake-schemas?) for nix_health do checks on. This includes:
direnv
direnv allow
{ flake.nix-health.default.checks = { caches.required = [ "nammyatri.cachix.org" ]; direnv.enable = true; }; }
Some of these checks (like direnv) will require a specific flake to check against. In the case of direnv, it would also have to be a local path flake.
The text was updated successfully, but these errors were encountered:
Regarding direnv health check, this is how I did it in nushell: https://github.com/shivaraj-bh/nix-health/blob/8de00ad118a14f3d3d1b75f296697cb7f9012a26/nix-health.nu#L77-L97
Sorry, something went wrong.
nix-health
flake.nix
With #67 we can now configure nix-health behaviour in the project flake as follows:
This is architecturally in place. #14 will track the specific checks.
srid
No branches or pull requests
Each flake can export the metadata (as https://github.com/DeterminateSystems/flake-schemas?) for
nix_health
do checks on. This includes:direnv
? If so, check fordirenv allow
state Adddirenv
health check (flake-specific) #70Some of these checks (like direnv) will require a specific flake to check against. In the case of direnv, it would also have to be a local path flake.
The text was updated successfully, but these errors were encountered: