From 2cf7a7a7ee0e12222a707f95a33c4b7ac242d8ee Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Thu, 9 Jun 2016 16:26:01 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20du=20num=C3=A9ro=20de=20version=20de=20?= =?UTF-8?q?NixOS=20et=20du=20nombre=20de=20jobs=20//?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- environment.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/environment.nix b/environment.nix index 16be199..2eeb32d 100644 --- a/environment.nix +++ b/environment.nix @@ -1,6 +1,12 @@ { config, pkgs, ... }: { + # Nombre de process d'installation en parrallèle effectués par Nix + nix.buildCores = 0; + + # The NixOS release to be compatible with for stateful data such as databases. + system.stateVersion = "16.03"; + # List packages installed in system profile. To search by name, run: # $ nix-env -qaP | grep wget environment = {