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

Commit 4d47bb8

Browse files
committed
fix hydra caching
1 parent bec5c2b commit 4d47bb8

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)