summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2016-12-26 23:53:55 +0100
committerDaiderd Jordan <daiderd@gmail.com>2016-12-26 23:55:23 +0100
commit3ec1300c6745dbd1c4072d6eb2ade3d264e0b2aa (patch)
tree7bfd80e7070bad624e0570f6ead02ec158dc4bf2 /modules/examples
parentbc5fc1af322d544a1b5c6c337cfb9f20e893d8f2 (diff)
nix-script: resolve drv path
Diffstat (limited to 'modules/examples')
-rw-r--r--modules/examples/lnl.nix5
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.