Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Development Environment/Nix/
NixOS
Search

NixOS

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2024 Jan 14 9:53
Editor
Editor
Seonglae ChoSeonglae Cho
Edited
Edited
2024 Mar 26 12:19
Refs
Refs

Linux Distribution

 
 
 
 
 
 
NixOS
Wondering how to start using Nix? $ # Here are a few examples: $ node -e "console.log(1+1)" node: command not found $ # Interesting, no node on this machine $ # No problem with Nix! $ nix-shell -p nodejs (nix-shell) $ node -e "console.log(1+1)" 2 (nix-shell) $ # And now our environment has node.
NixOS
https://nixos.org/
NixOS
 
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Development Environment/Nix/
NixOS
Copyright Seonglae Cho