2022-12-30T02:20:25 lfe 1.3 -> 2.0.1 https://github.com/rvirding/lfe/releases 2022-12-30T02:20:28 attrpath: lfe 2022-12-30T02:20:28 Checking auto update branch... 2022-12-30T02:20:28 No auto update branch exists 2022-12-30T02:20:31 [version] 2022-12-30T02:20:32 build succeeded unexpectedlystderr did not split as expected full stderr was: warning: unknown setting 'experimental-features' error: attribute 'originalSrc' in selection path 'lfe.originalSrc' not found stderr did not split as expected full stderr was: warning: unknown setting 'experimental-features' error: Package ‘erlang-21.3.8.24’ in /var/cache/nixpkgs-update/worker/worktree/lfe/pkgs/development/interpreters/erlang/generic-builder.nix:172 is marked as insecure, refusing to evaluate. Known issues: - CVE-2022-37026 You can install it anyway by allowing this package, using the following methods: a) To temporarily allow all insecure packages, you can use an environment variable for a single invocation of the nix tools: $ export NIXPKGS_ALLOW_INSECURE=1 Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+ (Flake) command, `--impure` must be passed in order to read this environment variable. b) for `nixos-rebuild` you can add ‘erlang-21.3.8.24’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "erlang-21.3.8.24" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘erlang-21.3.8.24’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "erlang-21.3.8.24" ]; } (use '--show-trace' to show detailed location information)