Commit a07eac0
authored
fix(nix): resolve build failures in the nix flake (#1068)
This pr resolves two build failures when using the nix flake.
### flake inputs
Some pkgs where outdated, thus causing a build failure.
Fixed by updating the `flake.lock` file.
### Check phase
After building the pkg, the tests are ran in the check phase. This phase
failed because it required some pkgs that the flake was not providing:
`zoxide` and `exiftool`.
Fixed by adding those pkgs to the `nativeCheckInputs`.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- Chores
- Updated build/check dependencies for the superfile package, adding
additional tools to the validation environment. This affects development
and CI only and does not alter runtime behavior or the user experience.
- Tests
- Expanded the check environment with supplementary tools used during
package checks. No user-facing changes.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 8b31697 commit a07eac0
2 files changed
+13
-7
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
34 | 39 | | |
| 40 | + | |
35 | 41 | | |
36 | 42 | | |
37 | 43 | | |
| |||
0 commit comments