From 3ec1300c6745dbd1c4072d6eb2ade3d264e0b2aa Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Mon, 26 Dec 2016 23:53:55 +0100 Subject: nix-script: resolve drv path --- modules/examples/lnl.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/examples') diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index d959b52..407e71b 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -22,7 +22,8 @@ system.defaults.trackpad.Clicking = true; environment.systemPackages = - [ pkgs.curl + [ pkgs.lnl.nix-script + pkgs.curl pkgs.fzf pkgs.gettext pkgs.git @@ -133,7 +134,7 @@ environment.shellAliases.gl = "git log --graph --oneline"; environment.shellAliases.gd = "git diff --minimal --patch"; - environment.shellAliases.nix = "${pkgs.lnl.nix-script}/bin/nix"; + # environment.shellAliases.nix = "${pkgs.lnl.nix-script}/bin/nix"; nix.nixPath = [ # Use local nixpkgs checkout instead of channels. -- cgit v1.2.3