Embedded: Difference between revisions
imported>Olafklingt No edit summary |
imported>Winny style stuff |
||
Line 3: | Line 3: | ||
This page aims to provide a collection of links to nix managed embedded computing projects. | This page aims to provide a collection of links to nix managed embedded computing projects. | ||
= On this wiki = | |||
[[ | * [[NixOS on ARM]] | ||
* [[OpenWRT]] | |||
= Nix Shells = | |||
[https://github.com/nix-community/nix-environments nix-environments] has | [https://github.com/nix-community/nix-environments nix-environments] has <code>shell.nix</code> files for: | ||
[https://github.com/nix-community/nix-environments/blob/master/envs/yocto/shell.nix | * [https://github.com/nix-community/nix-environments/blob/master/envs/yocto/shell.nix Yocto] | ||
* [https://github.com/nix-community/nix-environments/tree/master/envs/arduino Arduino] | |||
= On GitHub = | |||
* [https://github.com/boredom101/pinix Builds for the pine64 soldering iron using NIx] | |||
* [https://github.com/cyber-murmel/NixOS-on-ARM-Examples Examples of Nix expressions for cross compiling NixOS images for ARM] | |||
[https://github.com/boredom101/pinix Builds for the pine64 soldering iron using NIx] | |||
[https://github.com/cyber-murmel/NixOS-on-ARM-Examples Examples of Nix expressions for cross compiling NixOS images for ARM] |
Revision as of 23:48, 2 September 2023
This page aims to provide a collection of links to nix managed embedded computing projects.
On this wiki
Nix Shells
nix-environments has shell.nix
files for: