-
-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Open
Labels
0.kind: bugSomething is brokenSomething is broken6.topic: nixosIssues or PRs affecting NixOS modules, or package usability issues specific to NixOSIssues or PRs affecting NixOS modules, or package usability issues specific to NixOS
Description
Nixpkgs version
- Unstable (25.05)
Describe the bug
Direnv tells me about all the envvars it set and begs for dessert after
$ z lix
direnv: loading /mypath/lix/.envrc
direnv: using flake .#native-clangStdenvPackages
direnv: export +AR +AS +BOOST_INCLUDEDIR +BOOST_LIBRARYDIR +CC +CMAKE_INCLUDE_PATH +CMAKE_LIBRARY_PATH +CONFIG_SHELL +CXX +DETERMINISTIC_BUILD +GTEST_BRIEF +HOST_PATH +IN_NIX_SHELL +LD +MANPATH +MESON_PACKAGE_CACHE_DIR +NIXPKGS_CMAKE_PREFIX_PATH +NIX_BINTOOLS +NIX_BINTOOLS_WRAPPER_TARGET_HOST_x86_64_unknown_linux_gnu +NIX_BUILD_CORES +NIX_BUILD_TOP +NIX_CC +NIX_CC_WRAPPER_TARGET_HOST_x86_64_unknown_linux_gnu +NIX_CFLAGS_COMPILE +NIX_ENFORCE_NO_NATIVE +NIX_HARDENING_ENABLE +NIX_LDFLAGS +NIX_PKG_CONFIG_WRAPPER_TARGET_HOST_x86_64_unknown_linux_gnu +NIX_RUSTFLAGS +NIX_SET_BUILD_ID +NIX_STORE +NM +OBJCOPY +OBJDUMP +PKG_CONFIG +PKG_CONFIG_PATH +PYTHONHASHSEED +PYTHONNOUSERSITE +RANLIB +READELF +SIZE +SOURCE_DATE_EPOCH +STRINGS +STRIP +TEMP +TEMPDIR +TMP +TMPDIR +_PYTHON_HOST_PLATFORM +_PYTHON_SYSCONFIGDATA_NAME +__structuredAttrs +buildInputs +buildPhase +builder +cmakeFlags +configureFlags +depsBuildBuild +depsBuildBuildPropagated +depsBuildTarget +depsBuildTargetPropagated +depsHostHost +depsHostHostPropagated +depsTargetTarget +depsTargetTargetPropagated +doCheck +doInstallCheck +dontAddDisableDepTrack +mesonFlags +name +nativeBuildInputs +out +outputs +patches +phases +preferLocalBuild +propagatedBuildInputs +propagatedNativeBuildInputs +shell +shellHook +stdenv +strictDeps +system ~LOCALE_ARCHIVE ~PATH ~XDG_DATA_DIRS
Steps to reproduce
- Put in config:
programs.direnv = {
enable = true;
silent = true;
};
- direnv is decidedly not silent
Expected behaviour
Direnvs should be neither seen nor heard
Screenshots
No response
Relevant log output
Additional context
No response
System metadata
Tried on f771eb4 which is after merge of #398717
Notify maintainers
Note for maintainers: Please tag this issue in your pull request description. (i.e. Resolves #ISSUE
.)
I assert that this issue is relevant for Nixpkgs
- I assert that this is a bug and not a support request.
- I assert that this is not a duplicate of an existing issue.
- I assert that I have read the NixOS Code of Conduct and agree to abide by it.
Is this issue important to you?
Add a 👍 reaction to issues you find important.
Jappie3 and Ruaacid-bong
Metadata
Metadata
Assignees
Labels
0.kind: bugSomething is brokenSomething is broken6.topic: nixosIssues or PRs affecting NixOS modules, or package usability issues specific to NixOSIssues or PRs affecting NixOS modules, or package usability issues specific to NixOS