Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Moutinho <julm+haskell.nix@sourcephile.fr>
  • Loading branch information
2 people authored and booniepepper committed Feb 4, 2022
1 parent 95737ed commit 6c11c79
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 6c11c79

Please sign in to comment.