Compare commits

...

1 commit

Author SHA1 Message Date
Artturin 8037eeba19 flake.nix: Remove cross glibc
On darwin in `nativeBuildInputs`

```
error: Package _glibc-nolibgcc-2.40-36_ in /nix/store/813bk6hvhfjjjmzlk2cxgxgd25yqq5f8-source/pkgs/development/libraries/glibc
/default.nix:214 is not available on the requested hostPlatform:
         hostPlatform.config = "aarch64-apple-darwin"
```

in `buildInputs`

```
is not available on the requested hostPlatform:
  hostPlatform.config = "riscv64-none-elf"
```
2025-03-14 01:43:26 +02:00

View file

@ -60,7 +60,6 @@
qemu
riscv64-linux.gcc
riscv64-linux.binutils
riscv64-linux.glibc
];
shellHook = ''
export CROSS_PREFIX="riscv64-none-elf"