asls 0.5.1 -> 0.6.0 https://github.com/saulecabrera/asls/releases attrpath: asls 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/90b2lx1dwyahcz148wbrclj8vjgpg0bi-bin.tar.gz.drv building '/nix/store/90b2lx1dwyahcz148wbrclj8vjgpg0bi-bin.tar.gz.drv'... trying https://github.com/saulecabrera/asls/releases/download/v0.6.0/bin.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download bin.tar.gz from any mirror error: builder for '/nix/store/90b2lx1dwyahcz148wbrclj8vjgpg0bi-bin.tar.gz.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/saulecabrera/asls/releases/download/v0.6.0/bin.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download bin.tar.gz from any mirror For full logs, run 'nix log /nix/store/90b2lx1dwyahcz148wbrclj8vjgpg0bi-bin.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'asls.originalSrc' not found stderr did not split as expected full stderr was: error: Package ‘erlang-22.3.4.24’ in /var/cache/nixpkgs-update/worker/worktree/asls/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-22.3.4.24’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "erlang-22.3.4.24" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘erlang-22.3.4.24’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "erlang-22.3.4.24" ]; } (use '--show-trace' to show detailed location information)