mirror of
https://github.com/Noratrieb/rustv32i.git
synced 2026-01-14 13:25:01 +01:00
make it work
This commit is contained in:
parent
29bb73425b
commit
ab8e4ebc13
10 changed files with 608 additions and 186 deletions
|
|
@ -1,3 +1,8 @@
|
|||
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
|
||||
packages = with pkgs; [ llvmPackages_18.clang-unwrapped llvmPackages_18.lld ];
|
||||
nativeBuildInputs = with pkgs; [ cmake ninja ];
|
||||
packages = with pkgs; [
|
||||
llvmPackages_18.clang-unwrapped
|
||||
llvmPackages_18.lld
|
||||
llvmPackages_18.bintools-unwrapped
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue