Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Moutinho committed Aug 29, 2020
1 parent 08d8c2b commit a5ca9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Expand Up @@ -7,7 +7,7 @@
# Using the eval-on-build version here as the plan is that
# `builtins.currentSystem` will not be supported in flakes.
# https://github.com/NixOS/rfcs/pull/49/files#diff-a5a138ca225433534de8d260f225fe31R429
overlay = (self.overlays {}).combined-eval-on-build;
overlay = (self.overlays {sourcesOverride = self.sources;}).combined-eval-on-build;
overlays = import ./overlays;
config = import ./config.nix;
# We can't import ./nix/sources.nix directly, because that uses nixpkgs to fetch by default,
Expand Down

0 comments on commit a5ca9ac

Please sign in to comment.