Fix evaluation error
This commit is contained in:
parent
e1509adbbb
commit
b9b8b8a63b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
let pkgs = import <nixpkgs> { inherit system; }; in with pkgs;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue