nix-script: resolve drv path

This commit is contained in:
Daiderd Jordan 2016-12-26 23:53:55 +01:00
parent bc5fc1af32
commit 3ec1300c67
No known key found for this signature in database
GPG key ID: D02435D05B810C96
2 changed files with 21 additions and 3 deletions

View file

@ -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.