-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Error
Error:
0: Failed to get flake outputs from tarball git+file:///home/runner/work/opensecret/opensecret?ref=refs/heads/master&rev=fb0969fd798ca7834e84ec4d37a06ceac049d2e2&shallow=1: warning: not writing modified lock file of flake 'path:/tmp/flakehub_push_outputsRNUDh8':
• Added input 'flake':
'git+file:///home/runner/work/opensecret/opensecret?ref=refs/heads/master&rev=fb0969fd798ca7834e84ec4d37a06ceac049d2e2&shallow=1' (2025-06-03)
• Added input 'flake/flake-utils':
'github:numtide/flake-utils/11707dc2f618dd54ca8739b309ec4fc024de578b?narHash=sha256-l0KFg5HjrsfsO/JpG%2Br7fRrqm12kzFHyUHqHCVpMMbI%3D' (2024-11-13)
• Added input 'flake/flake-utils/systems':
'github:nix-systems/default/da67096a3b9bf56a91d16901293e51ba5b49a27e?narHash=sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768%3D' (2023-04-09)
• Added input 'flake/nitro-util':
'github:monzo/aws-nitro-util/7d755578b0b0b9850c0d7c4738a6c8daf3ff55c0?narHash=sha256-OpxNvShY8MMlFFGg1cZZsEupph%2BzncXgfh3SImFCjH4%3D' (2024-09-26)
• Added input 'flake/nitro-util/flake-utils':
'github:numtide/flake-utils/1ef2e671c3b0c19053962c07dbda38332dcebf26?narHash=sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA%3D' (2024-01-15)
• Added input 'flake/nitro-util/flake-utils/systems':
'github:nix-systems/default/da67096a3b9bf56a91d16901293e51ba5b49a27e?narHash=sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768%3D' (2023-04-09)
• Added input 'flake/nitro-util/nixpkgs':
follows 'flake/nixpkgs'
• Added input 'flake/nixpkgs':
'github:NixOS/nixpkgs/64e75cd44acf21c7933d61d7721e812eac1b5a0a?narHash=sha256-26L8VAu3/1YRxS8MHgBOyOM8xALdo6N0I04PgorE7UM%3D' (2025-02-10)
• Added input 'flake/rust-overlay':
'github:oxalica/rust-overlay/e01f2c035b7b8a428c119b183f4cbc55f2eef07c?narHash=sha256-rlGK8wxz/e50Z%2BPQRzuP%2Bm03IrGkhcPGmgkBnkEZ9C8%3D' (2025-02-12)
• Added input 'flake/rust-overlay/nixpkgs':
follows 'flake/nixpkgs'
unpacking 'https://api.flakehub.com/f/pinned/DeterminateSystems/flake-schemas/0.1.5/0190ef2f-61e0-794b-ba14-e82f225e55e6/source.tar.gz' into the Git cache...
evaluation warning: /nix/store/cmzinsx8cpk5jrci17gvq8lxn2hwglzc-source/init/default.nix:4: buildGoModule: specify CGO_ENABLED with env.CGO_ENABLED instead.
error:
… while evaluating attribute 'inventory'
at /nix/store/b2c76zmfpbj38902pjpwiw7ll6vgfd2x-source/flake.nix:117:25:
116| inherit docs;
117| inherit inventory;
| ^
118| };
… while evaluating attribute 'packages'
… while evaluating attribute 'children'
at /nix/store/b2c76zmfpbj38902pjpwiw7ll6vgfd2x-source/flake.nix:20:48:
19|
20| mkChildren = children: { inherit children; };
| ^
21|
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: Package ‘busybox-1.36.1’ in /nix/store/zbvf6xwri9kvf42xl3vai3mx8jry6ax8-source/pkgs/os-specific/linux/busybox/default.nix:190 is not available on the requested hostPlatform:
hostPlatform.config = "aarch64-apple-darwin"
package.meta.platforms = [
"aarch64-linux"
"armv5tel-linux"
"armv6l-linux"
"armv7a-linux"
"armv7l-linux"
"i686-linux"
"loongarch64-linux"
"m68k-linux"
"microblaze-linux"
"microblazeel-linux"
"mips-linux"
"mips64-linux"
"mips64el-linux"
"mipsel-linux"
"powerpc64-linux"
"powerpc64le-linux"
"riscv32-linux"
"riscv64-linux"
"s390-linux"
"s390x-linux"
"x86_64-linux"
]
package.meta.badPlatforms = [ ]
, refusing to evaluate.
a) To temporarily allow packages that are unsupported for this system, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=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 set
{ nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.
Metadata
key | value |
---|---|
version | 0.1.0 |
os | linux |
arch | x86_64 |
Metadata
Metadata
Assignees
Labels
No labels