Difference between revisions of "Embedded"

From NixOS Wiki
Jump to: navigation, search
m
Line 2: Line 2:
  
 
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 the wiki:
 +
 +
[[OpenWRT]]
 +
 +
[https://github.com/nix-community/nix-environments nix-environments] has the shell.nix for:
 +
 +
[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/boredom101/pinix Builds for the pine64 soldering iron using NIx]
  
[[OpenWRT]]
+
[https://github.com/cyber-murmel/NixOS-on-ARM-Examples  Examples of Nix expressions for cross compiling NixOS images for ARM]

Revision as of 10:49, 20 August 2022


This page aims to provide a collection of links to nix managed embedded computing projects.

on the wiki:

OpenWRT

nix-environments has the shell.nix for:

yocto

arduino

on github:

Builds for the pine64 soldering iron using NIx

Examples of Nix expressions for cross compiling NixOS images for ARM