From a228a0e52c22fbeca08eeef661921e6a4e73a46d Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Thu, 9 Jun 2016 16:31:18 +0200 Subject: [PATCH] autorisation des paquets non libres --- environment.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/environment.nix b/environment.nix index 2eeb32d..f1a7785 100644 --- a/environment.nix +++ b/environment.nix @@ -7,6 +7,9 @@ # The NixOS release to be compatible with for stateful data such as databases. system.stateVersion = "16.03"; + # On autorise les paquets non-libres + nixpkgs.config.allowUnfree = true; + # List packages installed in system profile. To search by name, run: # $ nix-env -qaP | grep wget environment = {