|
You are here |
johns.codes | ||
| | | | |
myme.no
|
|
| | | | | [AI summary] The article discusses the use of Nix and flakes to create a robust development environment that integrates JavaScript, Haskell, and Docker. It highlights the benefits of using Nix for managing dependencies, environment isolation, and reproducibility. The author describes various tools and techniques, such as direnv, Docker containers, and the nix develop command, to enhance productivity and streamline workflows. The conclusion emphasizes the potential of Nix as a powerful tool for developers, despite its steep learning curve. | |
| | | | |
general-metrics.com
|
|
| | | | | How to set up a Go + Templ project using Nix flakes. | |
| | | | |
drakerossman.com
|
|
| | | | | This article with teach you how to start your Rust development on NixOS or any nix-enabled operating system. You will learn how to use flakes with development shells, how to bootstrap Rust Nightly, what is an overlay, and encounter some nix language quirks on your journey. | |
| | | | |
blog.arkadi.one
|
|
| | | As I fall down the NixOS rabbit hole, this is a reference page for me. This is base install of GNOME NixOS from my Acer laptop. # Edit this configuration file to define what should be installed on # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running 'nixos-help'). { config, pkgs, ... }: { imports = [ # Include the results of the hardware scan. | ||