clockify 2.0.3 -> 2.9.6 https://repology.org/project/clockify/versions attrpath: clockify 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/s1vs7l2d9bahrq1vh9mr5xsymknxncpq-Clockify_Setup.deb.drv building '/nix/store/s1vs7l2d9bahrq1vh9mr5xsymknxncpq-Clockify_Setup.deb.drv'... trying https://web.archive.org/web/20211118160803/https://clockify-resources.s3.eu-central-1.amazonaws.com/downloads/Clockify_Setup.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: (7) Failed to connect to web.archive.org port 443 after 248 ms: Couldn't connect to server error: cannot download Clockify_Setup.deb from any mirror error: builder for '/nix/store/s1vs7l2d9bahrq1vh9mr5xsymknxncpq-Clockify_Setup.deb.drv' failed with exit code 1; last 7 log lines: > > trying https://web.archive.org/web/20211118160803/https://clockify-resources.s3.eu-central-1.amazonaws.com/downloads/Clockify_Setup.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: (7) Failed to connect to web.archive.org port 443 after 248 ms: Couldn't connect to server > error: cannot download Clockify_Setup.deb from any mirror For full logs, run 'nix log /nix/store/s1vs7l2d9bahrq1vh9mr5xsymknxncpq-Clockify_Setup.deb.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'clockify.originalSrc' not found stderr did not split as expected full stderr was: error: Package ‘electron-11.5.0’ in /var/cache/nixpkgs-update/worker/worktree/clockify/pkgs/development/tools/electron/binary/generic.nix:27 is marked as insecure, refusing to evaluate. Known issues: - Electron version 11.5.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: 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-11.5.0’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "electron-11.5.0" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘electron-11.5.0’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "electron-11.5.0" ]; } (use '--show-trace' to show detailed location information)