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

devenv search shows a lot of warnigns #1615

Open
jbojcic1 opened this issue Nov 26, 2024 · 1 comment
Open

devenv search shows a lot of warnigns #1615

jbojcic1 opened this issue Nov 26, 2024 · 1 comment
Labels
question Further information is requested

Comments

@jbojcic1
Copy link

jbojcic1 commented Nov 26, 2024

I installed the devenv on my mac as decribed here https://devenv.sh/getting-started/#1-install-nix but whenever I run devenv search <package> command I am getting a hundreds of warnings of type:

warning: call to `builtins.toFile` at «none»:0 refers to source tree '«github:cachix/devenv/a520f05c40ebecaf5e17064b27e28ba8e70c49fb»/' without context; this does not work correctly

and then at the end I also get one of these:

trace: warning: eww now can build for X11 and wayland simultaneously, so `eww-wayland` is deprecated, use the normal `eww` package instead.
trace: warning: qt6Packages now uses makeScopeWithSplicing which does not have "overrideScope'", use "overrideScope".
trace: warning: libsForQt5 now uses makeScopeWithSplicing which does not have "overrideScope'", use "overrideScope".
trace: warning: lxd has been renamed to lxd-lts
trace: warning: lxd-unwrapped has been renamed to lxd-unwrapped-lts
trace: warning: nixfmt was renamed to nixfmt-classic. The nixfmt attribute may be used for the new RFC 166-style formatter in the future, which is currently available as nixfmt-rfc-style
trace: warning: nvtop has been renamed to nvtopPackages.full
trace: warning: nvtop-amd has been renamed to nvtopPackages.amd
trace: warning: nvtop-intel has been renamed to nvtopPackages.intel
trace: warning: nvtop-msm has been renamed to nvtopPackages.msm
trace: warning: nvtop-nvidia has been renamed to nvtopPackages.nvidia
trace: warning: qt6 now uses makeScopeWithSplicing which does not have "overrideScope'", use "overrideScope".
trace: warning: writeReferencesToFile is deprecated in favour of writeClosure

The search works at the end but it takes a while and it is cluttered by those warnings so I wonder how to fix that?

Here are my relevant files:

https://gist.github.com/jbojcic1/0713155d26bfd0ea107c274facd4b0b8

My version is: devenv 1.3.1 (aarch64-darwin)

@jbojcic1 jbojcic1 added the question Further information is requested label Nov 26, 2024
@domenkozar
Copy link
Member

Can be addressed with #1548

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants