diff options
author | tv <tv@krebsco.de> | 2016-02-13 18:17:55 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-13 18:17:55 +0100 |
commit | 05bca39544b248d209e371a8406b97e47d63516c (patch) | |
tree | c941850d158292c29958f44d93b482d434788656 /nixpkgs/default.nix | |
parent | bc73780b06d5841cf49d2696911f9733330f00d9 (diff) |
nixpkgs: enable nix-* autocall
Diffstat (limited to 'nixpkgs/default.nix')
-rw-r--r-- | nixpkgs/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nixpkgs/default.nix b/nixpkgs/default.nix index 1fe99b0ab..8514fa499 100644 --- a/nixpkgs/default.nix +++ b/nixpkgs/default.nix @@ -1,5 +1,6 @@ -_: +{ system ? builtins.currentSystem }: (import <stockholm> { + inherit system; configuration = {}; }).pkgs |