diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2017-09-06 23:37:34 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2017-09-06 23:39:15 +0200 |
| commit | 184e9f34be51e05cc1b8390aa190d9ef6dfae855 (patch) | |
| tree | ef26de4b7ee7929eaa7ea062989310904c24b1e4 /modules/examples | |
| parent | 020d666957200fa9b13fc788c7a29dd02d0aef4b (diff) | |
nix: include user channels in NIX_PATH
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/lnl.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index 48286aa..3753e8f 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -285,6 +285,7 @@ "nixpkgs=$HOME/.nix-defexpr/nixpkgs" "darwin-config=$HOME/.nixpkgs/darwin-configuration.nix" "/nix/var/nix/profiles/per-user/root/channels" + "$HOME/.nix-defexpr/channels" ]; nixpkgs.config.allowUnfree = true; |
