Skip to content

Commit

Permalink
Add missing hs-nix-infra declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
enobayram committed Nov 10, 2023
1 parent 5862105 commit d513b4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ let inputs = (import (
) {
src = ./.;
}).defaultNix.inputs;
inputs = flakeDefaultNix.inputs;
hs-nix-infra = inputs.hs-nix-infra;
pkgsDef = import hs-nix-infra.nixpkgs {
config = hs-nix-infra.haskellNix.config;
overlays = [ hs-nix-infra.haskellNix.overlay] ;
Expand Down

0 comments on commit d513b4e

Please sign in to comment.