Difference between revisions of "Embedded"

From NixOS Wiki
Jump to: navigation, search
(style stuff)
m (rollback unauthorized mass edits)
Tag: Rollback
 
(2 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
* [[NixOS on ARM]]
 
* [[NixOS on ARM]]
 
* [[OpenWRT]]
 
* [[OpenWRT]]
 
= Nix Shells =
 
 
[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 Yocto]
 
* [https://github.com/nix-community/nix-environments/tree/master/envs/arduino Arduino]
 
  
 
= On GitHub =
 
= On GitHub =
Line 19: Line 12:
 
* [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]
 
* [https://github.com/cyber-murmel/NixOS-on-ARM-Examples  Examples of Nix expressions for cross compiling NixOS images for ARM]
 
* [https://github.com/cyber-murmel/NixOS-on-ARM-Examples  Examples of Nix expressions for cross compiling NixOS images for ARM]
 +
* [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 Yocto]
 +
** [https://github.com/nix-community/nix-environments/tree/master/envs/arduino Arduino]

Latest revision as of 11:07, 6 April 2024


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

On this wiki

On GitHub