Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
videos:021:notes [2023/03/15 14:00]
joel
videos:021:notes [2023/03/15 15:00]
joel [Nix Package Manager - Part 1 - Getting Started]
Line 1: Line 1:
 ===== Nix Package Manager - Part 1 - Getting Started ===== ===== Nix Package Manager - Part 1 - Getting Started =====
-Nix is a powerful package manager for UNIX-like systems powered by a functional programming language. In this video, we introduce the Nix package and begin to demonstrate some its unusual yet power features.+<html><iframe width="854" height="480" src="https://www.youtube.com/embed/xXlCcdPz6Vc" title="Getting Started with Nix" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></html> 
 + 
 +<panel title="Summary" subtitle="Nov 7, 2019"> 
 +<panel-body>Nix is a powerful package manager for UNIX-like systems powered by a functional programming language. In this video, we introduce the Nix package and begin to demonstrate some its unusual yet power features. 
 + 
 +In this video we look at some of the latest of discoveries, and demonstrate how we can now compile code for the device using GCC.</panel-body> 
 +<list-group> 
 +  * [[https://www.youtube.com/watch?v=xXlCcdPz6Vc|YouTube]] 
 +</list-group> 
 +</panel> 
 + 
 + 
  
 ==== C++ Example Application ==== ==== C++ Example Application ====
   * GitHub: https://github.com/jhol/otl-nix-cxx-example   * GitHub: https://github.com/jhol/otl-nix-cxx-example