From 753639e548b32c7afd642e8a9823f6b4205330b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Mon, 14 Apr 2014 10:27:07 +0200 Subject: [PATCH] typo --- pkgs/stdenv/generic/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/stdenv/generic/default.nix b/pkgs/stdenv/generic/default.nix index a341e36b631..4ee9251f4bb 100644 --- a/pkgs/stdenv/generic/default.nix +++ b/pkgs/stdenv/generic/default.nix @@ -62,7 +62,7 @@ let You can set { nixpkgs.config.allowUnfree = true; } in configuration.nix to override this. - If you use nix standalne, you can add + If you use Nix standalone, you can add { config.allowUnfree = true; } to ~/.nixpkgs/config.nix or pass --arg config '{ allowUnfree = true; }'