Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Merge #4174
Browse files Browse the repository at this point in the history
4174: fix hydra caching r=disassembler a=cleverca22

## Description

<!--- A brief description of this PR and the problem is trying to solve -->

## Linked issue

<!--- Put here the relevant issue from YouTrack -->



Co-authored-by: Michael Bishop <[email protected]>
  • Loading branch information
iohk-bors[bot] and cleverca22 committed Jun 21, 2019
2 parents bec5c2b + 4d47bb8 commit 60b587f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ let
in
{ system ? builtins.currentSystem
, crossSystem ? null
, config ? {} # The nixpkgs configuration file
, config ? import ./nix/config.nix # The nixpkgs configuration file

# Use a pinned version nixpkgs.
, pkgs ? localLib.importPkgs { inherit system crossSystem config; }
Expand Down

0 comments on commit 60b587f

Please sign in to comment.