You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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:and then at the end I also get one of these:
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)
The text was updated successfully, but these errors were encountered: