| Hi
I'm getting the following errors when I try t build anything on my machine (including rebuilding the system):
> sudo nixos-rebuild switch
warning: Git tree '/etc/nixos' is dirty
warning: error: unable to download 'https://github.com/hercules-ci/flake-parts/archive/8c9fa2545007b49a5db5f650ae91f227672c3877.tar.gz': Failed to open/read local data from file/application (26); retrying in 299 ms
warning: error: unable to download 'https://github.com/hercules-ci/flake-parts/archive/8c9fa2545007b49a5db5f650ae91f227672c3877.tar.gz': HTTP error 302 (curl error: Failed to open/read local data from file/application); retrying in 505 ms
warning: error: unable to download 'https://github.com/hercules-ci/flake-parts/archive/8c9fa2545007b49a5db5f650ae91f227672c3877.tar.gz': HTTP error 302 (curl error: Failed to open/read local data from file/application); retrying in 1264 ms
warning: error: unable to download 'https://github.com/hercules-ci/flake-parts/archive/8c9fa2545007b49a5db5f650ae91f227672c3877.tar.gz': HTTP error 302 (curl error: Failed to open/read local data from file/application); retrying in 2258 ms
error:
… while calling the 'seq' builtin
at /nix/store/fldsl23a2fv89xbqvnc303hasmp08szh-source/lib/modules.nix:334:18:
333| options = checked options;
334| config = checked (removeAttrs config [ "_module" ]);
| ^
335| _module = checked (config._module);
… while evaluating a branch condition
at /nix/store/fldsl23a2fv89xbqvnc303hasmp08szh-source/lib/modules.nix:273:9:
272| checkUnmatched =
273| if config._module.check && config._module.freeformType == null && merged.unmatchedDefns != [] then
| ^
274| let
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: Failed to open archive (Source threw exception: error: unable to download 'https://github.com/hercules-ci/flake-parts/archive/8c9fa2545007b49a5db5f650ae91f227672c3877.tar.gz': HTTP error 302 (curl error: Failed to open/read local data from file/application))
|