Skip to content

Commit

Permalink
Merge pull request #150 from typelevel/fix-overlay
Browse files Browse the repository at this point in the history
Fix overlay in flake.nix
  • Loading branch information
valencik authored Jul 8, 2024
2 parents 46efd77 + 72d7c8b commit 1ee30bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 1ee30bf

Please sign in to comment.