Skip to content

Commit

Permalink
Merge pull request #152 from typelevel/generated-flake-fixes
Browse files Browse the repository at this point in the history
Fix overlay reference in flake.nix
  • Loading branch information
valencik authored Jul 8, 2024
2 parents 1ee30bf + 3d305a2 commit 958bbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/g8/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
let
pkgs = import nixpkgs {
inherit system;
overlays = [ typelevel-nix.overlay ];
overlays = [ typelevel-nix.overlays.default ];
};
in
{
Expand Down

0 comments on commit 958bbd4

Please sign in to comment.