Fix evaluation error

This commit is contained in:
Eelco Dolstra 2017-03-31 15:54:15 +02:00
parent e1509adbbb
commit b9b8b8a63b
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ let
});
perl = pkgs.lib.genAttrs systems (system:
perlBindings = pkgs.lib.genAttrs systems (system:
let pkgs = import <nixpkgs> { inherit system; }; in with pkgs;