From aebf57d677d4fc0d2b16a83501427042a26732cb Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Mon, 22 May 2017 23:42:44 +0200 Subject: [PATCH] lnl: use active version of nix for the daemon --- modules/examples/lnl.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index bc91cac..ff81a39 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -21,6 +21,8 @@ system.defaults.trackpad.Clicking = true; + nix.package = pkgs.nix; + environment.systemPackages = [ pkgs.curl pkgs.fzf @@ -31,6 +33,7 @@ pkgs.mosh pkgs.silver-searcher + pkgs.nix pkgs.nix-repl ];