diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2016-12-26 23:53:55 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2016-12-26 23:55:23 +0100 |
| commit | 3ec1300c6745dbd1c4072d6eb2ade3d264e0b2aa (patch) | |
| tree | 7bfd80e7070bad624e0570f6ead02ec158dc4bf2 /modules/examples | |
| parent | bc5fc1af322d544a1b5c6c337cfb9f20e893d8f2 (diff) | |
nix-script: resolve drv path
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/lnl.nix | 5 |
1 files changed, 3 insertions, 2 deletions
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. |
