Advertisement
paulj

manifest.scm

Jan 20th, 2025
354
0
11 days
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scheme 0.36 KB | None | 0 0
  1. (use-modules (rustup build toolchain)
  2.              (gnu packages llvm)
  3.              (gnu packages crates-io))
  4.  
  5. (packages->manifest (list (rustup "stable"
  6.                                   #:components '(llvm-tools)
  7.                                   #:targets '(thumbv7em-none-eabihf))
  8.                           rust-udev
  9.                           clang-toolchain))
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement