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

Commit 60b587f

Browse files
Merge #4174
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]>
2 parents bec5c2b + 4d47bb8 commit 60b587f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ let
4444
in
4545
{ system ? builtins.currentSystem
4646
, crossSystem ? null
47-
, config ? {} # The nixpkgs configuration file
47+
, config ? import ./nix/config.nix # The nixpkgs configuration file
4848

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

0 commit comments

Comments
 (0)