morgen 3.0.1 -> 3.1.3 https://repology.org/project/morgen/versions attrpath: morgen 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/k0xd7jbd8qa1b9yiywifhk8x5l4xczp2-morgen-3.1.3.deb.drv building '/nix/store/k0xd7jbd8qa1b9yiywifhk8x5l4xczp2-morgen-3.1.3.deb.drv'... trying https://download.todesktop.com/210203cqcj00tw1/morgen-3.1.3.deb % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 42 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download morgen-3.1.3.deb from any mirror error: builder for '/nix/store/k0xd7jbd8qa1b9yiywifhk8x5l4xczp2-morgen-3.1.3.deb.drv' failed with exit code 1; last 7 log lines: > > trying https://download.todesktop.com/210203cqcj00tw1/morgen-3.1.3.deb > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 42 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download morgen-3.1.3.deb from any mirror For full logs, run 'nix log /nix/store/k0xd7jbd8qa1b9yiywifhk8x5l4xczp2-morgen-3.1.3.deb.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'morgen.originalSrc' not found stderr did not split as expected full stderr was: error: Package ‘electron-25.9.0’ in /var/cache/nixpkgs-update/worker/worktree/morgen/pkgs/development/tools/electron/binary/generic.nix:35 is marked as insecure, refusing to evaluate. Known issues: - Electron version 25.9.0 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: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) for `nixos-rebuild` you can add ‘electron-25.9.0’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "electron-25.9.0" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘electron-25.9.0’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "electron-25.9.0" ]; } (use '--show-trace' to show detailed location information)