nix flake show is broken #96

Closed
opened 2021-11-12 14:55:32 +08:00 by sb10q · 1 comment

It doesn't like IFD from the nixpkgs patching required by the LLVM RISC-V ABI little mess.

$ nix flake show
...
error: cannot build '/nix/store/cahy6gp2azvxs147pj250llbrmxfvpd3-nixpkgs.drv' during evaluation because the option 'allow-import-from-derivation' is disabled
(use '--show-trace' to show detailed location information)

Investigate if https://github.com/gytis-ivaskevicius/flake-utils-plus solves this and how.
See also https://github.com/NixOS/nix/issues/3920

It doesn't like IFD from the nixpkgs patching required by the LLVM RISC-V ABI little mess. ``` $ nix flake show ... error: cannot build '/nix/store/cahy6gp2azvxs147pj250llbrmxfvpd3-nixpkgs.drv' during evaluation because the option 'allow-import-from-derivation' is disabled (use '--show-trace' to show detailed location information) ``` Investigate if https://github.com/gytis-ivaskevicius/flake-utils-plus solves this and how. See also https://github.com/NixOS/nix/issues/3920
Poster
Owner

Fixed in ddb4c548ae which removes the nixpkgs patch.

Fixed in https://git.m-labs.hk/M-Labs/nac3/commit/ddb4c548ae8d6a2bb6a8c6e69515cb4903c2eb4c which removes the nixpkgs patch.
sb10q closed this issue 2021-12-08 16:57:49 +08:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nac3#96
There is no content yet.