Skip to content

Instantly share code, notes, and snippets.

@tbenst
Created April 14, 2020 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbenst/f1050e2d525795980ecfdeed394d46ab to your computer and use it in GitHub Desktop.
Save tbenst/f1050e2d525795980ecfdeed394d46ab to your computer and use it in GitHub Desktop.
error: while evaluating the attribute 'buildCommand' of the derivation 'home-manager-generation' at /Computer/nixpkgs/pkgs/build-support/trivial-builders.nix:7:14:
while evaluating the attribute 'text' of the derivation 'activation-script' at /Computer/nixpkgs/pkgs/build-support/trivial-builders.nix:7:14:
while evaluating 'mkCmd' at /Computer/home-manager/modules/home-environment.nix:405:17, called from undefined position:
while evaluating the attribute 'data' at /Computer/home-manager/modules/lib/dag.nix:91:37:
while evaluating the attribute 'data' at /Computer/home-manager/modules/lib/dag.nix:85:9:
while evaluating the attribute 'data' at undefined position:
while evaluating anonymous function at /Computer/nixpkgs/lib/modules.nix:84:45, called from undefined position:
while evaluating the attribute 'value' at /Computer/nixpkgs/lib/modules.nix:379:9:
while evaluating the option `home.activation.installPackages.data':
while evaluating the attribute 'mergedValue' at /Computer/nixpkgs/lib/modules.nix:411:5:
while evaluating the attribute 'values' at /Computer/nixpkgs/lib/modules.nix:405:9:
while evaluating the attribute 'values' at /Computer/nixpkgs/lib/modules.nix:505:7:
while evaluating anonymous function at /Computer/nixpkgs/lib/modules.nix:391:28, called from /Computer/nixpkgs/lib/modules.nix:391:17:
while evaluating 'dischargeProperties' at /Computer/nixpkgs/lib/modules.nix:464:25, called from /Computer/nixpkgs/lib/modules.nix:392:62:
while evaluating the attribute 'value' at /Computer/nixpkgs/lib/modules.nix:277:44:
while evaluating the attribute 'passAsFile' of the derivation 'home-manager-path' at /Computer/nixpkgs/pkgs/build-support/trivial-builders.nix:7:14:
while evaluating the attribute 'buildInputs' of the derivation 'vscode-1.44.0' at /Computer/nixpkgs/pkgs/stdenv/generic/make-derivation.nix:191:11:
while evaluating the attribute 'handled' at /Computer/nixpkgs/pkgs/stdenv/generic/check-meta.nix:251:7:
while evaluating 'handleEvalIssue' at /Computer/nixpkgs/pkgs/stdenv/generic/check-meta.nix:147:38, called from /Computer/nixpkgs/pkgs/stdenv/generic/check-meta.nix:252:14:
Package ‘openssl-1.0.2u’ in /Computer/nixpkgs/pkgs/development/libraries/openssl/default.nix:132 is marked as insecure, refusing to evaluate.
Known issues:
- Support for OpenSSL 1.0.2 ended with 2019.
You can install it anyway by whitelisting this package, using the
following methods:
a) for `nixos-rebuild` you can add ‘openssl-1.0.2u’ to
`nixpkgs.config.permittedInsecurePackages` in the configuration.nix,
like so:
{
nixpkgs.config.permittedInsecurePackages = [
"openssl-1.0.2u"
];
}
b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
‘openssl-1.0.2u’ to `permittedInsecurePackages` in
~/.config/nixpkgs/config.nix, like so:
{
permittedInsecurePackages = [
"openssl-1.0.2u"
];
}
There are 115 unread and relevant news items.
Read them by running the command 'home-manager news'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment