pokeemmo/docs/install/linux/NIXOS_ZH.md
2025-06-28 22:47:17 +08:00

6 lines
170 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# NixOS编译指南
运行以下命令以启动一个包含必要包的交互式 shell
```bash
nix-shell -p pkgsCross.arm-embedded.stdenv.cc git pkg-config libpng
```