mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
8ffff1e699
`multiPaths` is defined via invalid operation on `null` value for non-multilib environments. Noticed on `notesnook` evan failure as: nix-repl> notesnook.fhsenv.multiPaths 253| passthru = { 254| inherit args baseTargetPaths targetPaths baseMultiPaths multiPaths ldconfig; | ^ 255| }; error: attempt to call something which is not a function but null The change makes `multiPaths` a private variable. |
||
---|---|---|
.. | ||
buildFHSEnv.nix | ||
default.nix |