Skip to content

Commit

Permalink
Fixed flake overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Jun 5, 2024
1 parent e2f6277 commit c9130ca
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 {
devShell = pkgs.devshell.mkShell {
Expand Down

0 comments on commit c9130ca

Please sign in to comment.