fix syntax issue

pull/1/head
Sebastien Bourdeauducq 2019-06-06 12:12:40 +08:00
parent 85f7b2bf15
commit 3edb51a646
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ }: { }:
let let
pkgs = import <nixpkgs> { overlays = [ import ./overlay.nix ]; }; pkgs = import <nixpkgs> { overlays = [ (import ./overlay.nix) ]; };
derivations = import ./derivations.nix { inherit pkgs; }; derivations = import ./derivations.nix { inherit pkgs; };
jobs = derivations // { jobs = derivations // {
rustc = pkgs.rustc; rustc = pkgs.rustc;