nixpkgs: enable nix-* autocall

This commit is contained in:
tv 2016-02-13 18:17:55 +01:00
parent bc73780b06
commit 05bca39544

View file

@ -1,5 +1,6 @@
_:
{ system ? builtins.currentSystem }:
(import <stockholm> {
inherit system;
configuration = {};
}).pkgs