flake: add llvmPackages_14.llvm to devShells linux default #405
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#405
Loading…
Reference in New Issue
No description provided.
Delete Branch "fix-nac3standalone-llvmlink"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Brings in command
llvm-link
, used bynac3standalone/demo/run_demo.sh
if--lli
is on. Otherwise it just fails because llvm-link doesn't exist.pkgs.llvmPackages_14.llvm
, which also providesllvm-link
likebintools
, in theirnativeBuildInputs
. During theircheckPhase
thepkgs.llvmPackages_14.llvm
is still in effect so the command could be found. I am looking into the difference betweenbintools
and justllvmPackages_14.llvm
to see if I should use devShells withllvmPackages_14.llvm.out
rather thanbintools
.I think both should use the exact same packages if possible, regardless if it's .bintools or .out.
flake: add llvmPackages_14.bintools to devShells linux defaultto flake: add llvmPackages_14.llvm to devShells linux default