• Nix is a tool that takes a unique approach to package management and system configuration. Learn how to make reproducible, declarative and reliable...
  • $ mkdir workdir $ docker run -it -v $(pwd)/workdir:/workdir nixos/nix. The workdir example from above can be also used to start hacking on nixpkgs
  • A big implication of the way that Nix/NixOS stores packages is that there is no /bin, /sbin, /lib, /usr, and so on. Instead all packages are kept in /nix/store.
  • NixOS is a Linux distro built around the Nix package system. ... Whilst I don't use NixOS as my primary OS. I use nix package manager on macOS.
  • First, head over to https://nixos.org/ and click on Download. You’ll first see Nix the package manager and below that you’ll see NixOS the Linux Distro.
  • NixOS, Nix paket yöneticisi kullanan özgür ve açık kaynaklı bir Linux dağıtımıdır. NixOS, değişmez tasarım ve atomik güncelleme modeli kullanır.
  • Uses Nixpkgs to build Nixpkgs + NixOS, run regression tests. NixOps. Defines many NixOS systems together and deploys to cloud.
  • Congratulations to the NixOS Reproducibility team who have made 100% of minimal ISO's store paths reproducible. This is the result of two years of hard work.
  • NixOS is a GNU/Linux distribution that aims to improve the state of the art in system configuration management. ... NixOS has atomic upgrades and rollbacks.
    • 00:00:00 - NixOS Overview
    • 01:27:02 - Wierd NixOS package names
    • 01:31:12 - MINDBLOWING NixOS Overlays