Skip to content

Commit

Permalink
Switch to overlays.default
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed May 21, 2024
1 parent d98179c commit d011dfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -26,4 +26,4 @@
};
}
);
}
}

0 comments on commit d011dfc

Please sign in to comment.