|
- Nix NixOS | Declarative builds and deployments
$ # In this example we will look into how to test your NixOS configuration $ # We will create a simple configuration with the `hello` package installed $ # system wide and check that the `hello` world binary works $ cat -n test nix 1 { 2 pkgs ? import <nixpkgs> { }, 3 }: 4 pkgs nixosTest { 5 name = "example-test"; 6 # virtual machine with one
- Download | Nix NixOS
You can install NixOS on physical hardware by burning one of the CD images onto a blank CD DVD disk, or by copying it onto a USB stick For installation instructions, please see the manual
- Learn - Nix NixOS
Nix packages NixOS options Nix Manual Nix is a package manager which comes in a form of many command line tools Packages that Nix can build are defined with the Nix Expression Language Installation Basic package management Main command line tools: nix-env — manipulate or query Nix user environments nix-build — build a Nix expression
- Explore | Nix NixOS
Development of Nix, the Nix packages collection and the NixOS Linux distribution happens on GitHub To contribute to any of the Nix projects, just open a pull request on GitHub The bots and community members will guide you through the process to ensure quality
- NixOS安装指南 - Official NixOS Wiki
它描述了如何将 NixOS 安装为完整的操作系统。 有关在现有操作系统中安装 Nix 的说明,请参阅 Nix 安装指南。 除了涵盖官方手册中的步骤外,它还提供了针对常见用例的已知有效操作。 当官方手册与本指南之间存在差异时,支持用例以手册中描述的为准。
- NixOS - Official NixOS Wiki
NixOS is a Linux distribution based on the Nix package manager and build system It supports declarative system-wide configuration management as well as atomic upgrades and rollbacks, although it can additionally support imperative package and user management
- NixOS Wiki - Official NixOS Wiki
NixOS is a Linux operating system based on the Nix package manager and the Nixpkgs package repository Newcomers to NixOS are encouraged to read the Nix Core Ecosystem overview article to get a comprehensive orientation
- NixOS Installation Guide - Official NixOS Wiki
It describes installation of NixOS as a complete operating system For instructions on installing Nix within an existing operating system, refer to the Nix Installation Guide
|
|
|