etcher 1.7.9 -> 1.18.4 https://github.com/balena-io/etcher/releases attrpath: etcher Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/cnvlzhxv55qwjx8b238vfzkj4s1c46c7-balena-etcher-electron_1.18.4_amd64.deb.drv building '/nix/store/cnvlzhxv55qwjx8b238vfzkj4s1c46c7-balena-etcher-electron_1.18.4_amd64.deb.drv'... trying https://github.com/balena-io/etcher/releases/download/v1.18.4/balena-etcher-electron_1.18.4_amd64.deb % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download balena-etcher-electron_1.18.4_amd64.deb from any mirror error: builder for '/nix/store/cnvlzhxv55qwjx8b238vfzkj4s1c46c7-balena-etcher-electron_1.18.4_amd64.deb.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/balena-io/etcher/releases/download/v1.18.4/balena-etcher-electron_1.18.4_amd64.deb > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download balena-etcher-electron_1.18.4_amd64.deb from any mirror For full logs, run 'nix log /nix/store/cnvlzhxv55qwjx8b238vfzkj4s1c46c7-balena-etcher-electron_1.18.4_amd64.deb.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'etcher.originalSrc' not found stderr did not split as expected full stderr was: error: Package ‘electron-12.2.3’ in /var/cache/nixpkgs-update/worker/worktree/etcher/pkgs/development/tools/electron/binary/generic.nix:27 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)