mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
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…
Add table
Add a link
Reference in a new issue