diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2016-12-11 16:33:42 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2016-12-11 16:33:42 +0100 |
| commit | da4433fbf8343a2a964e0896ac0c08778aca4a2b (patch) | |
| tree | 41d4ed7f7fffa02eb7eecde1153d0b459808085c /modules/nix/nixpkgs.nix | |
| parent | 41d40d04172bca296374a39f040226e5a469f531 (diff) | |
add nix-tools to environment.systemPackages by default
Diffstat (limited to 'modules/nix/nixpkgs.nix')
| -rw-r--r-- | modules/nix/nixpkgs.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/nix/nixpkgs.nix b/modules/nix/nixpkgs.nix index 3b09369..7bef9ee 100644 --- a/modules/nix/nixpkgs.nix +++ b/modules/nix/nixpkgs.nix @@ -66,8 +66,10 @@ in }; config = { + _module.args.pkgs = import <nixpkgs> { inherit (config.nixpkgs) config; }; + }; } |
