Skip to content

Commit

Permalink
Fixed flake problem
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Jun 1, 2024
1 parent 4e83d0e commit a055daa
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
let
pkgs = import nixpkgs {
inherit system;
overlays = [ typelevel-nix.overlay ];
overlays = [ typelevel-nix.overlays.default ];
};
in
{
in {
devShell = pkgs.devshell.mkShell {
imports = [ typelevel-nix.typelevelShell ];
name = "lepus-shell";
Expand All @@ -23,6 +22,5 @@
native.enable = true;
};
};
}
);
});
}

0 comments on commit a055daa

Please sign in to comment.