2022-12-17T06:23:40 etcher 1.7.9 -> 1.10.6 https://github.com/balena-io/etcher/releases 2022-12-17T06:23:43 attrpath: etcher 2022-12-17T06:23:43 Checking auto update branch... 2022-12-17T06:23:43 No auto update branch exists 2022-12-17T06:23:47 [version] 2022-12-17T06:23:49 stderr did not split as expected full stderr was: warning: unknown setting 'experimental-features' these derivations will be built: /nix/store/fxqhnx04ji9c7mirxkaf0sbyz8nfhm8a-balena-etcher-electron_1.10.6_amd64.deb.drv error: error: builder for '/nix/store/fxqhnx04ji9c7mirxkaf0sbyz8nfhm8a-balena-etcher-electron_1.10.6_amd64.deb.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/balena-io/etcher/releases/download/v1.10.6/balena-etcher-electron_1.10.6_amd64.deb > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download balena-etcher-electron_1.10.6_amd64.deb from any mirror For full logs, run 'nix log /nix/store/fxqhnx04ji9c7mirxkaf0sbyz8nfhm8a-balena-etcher-electron_1.10.6_amd64.deb.drv'. stderr did not split as expected full stderr was: warning: unknown setting 'experimental-features' error: attribute 'originalSrc' in selection path 'etcher.originalSrc' not found stderr did not split as expected full stderr was: warning: unknown setting 'experimental-features' error: Package ‘electron-12.2.3’ in /var/cache/nixpkgs-update/worker/worktree/etcher/pkgs/development/tools/electron/generic.nix:26 is marked as insecure, refusing to evaluate. Known issues: - Electron version 12.2.3 is EOL 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 ‘electron-12.2.3’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "electron-12.2.3" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘electron-12.2.3’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "electron-12.2.3" ]; } (use '--show-trace' to show detailed location information)