From 722143a5d365ab084bc69db4aa4258d0b4a8c549 Mon Sep 17 00:00:00 2001 From: Domen Kožar Date: Mon, 14 Apr 2014 09:29:41 +0200 Subject: fix 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 035e15169327..a341e36b6312 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 standalnd, you can add + If you use nix standalne, you can add { config.allowUnfree = true; } to ~/.nixpkgs/config.nix or pass --arg config '{ allowUnfree = true; }' -- cgit 1.4.1