We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2819896 + 6c436ce commit c729b1dCopy full SHA for c729b1d
flake.nix
@@ -10,7 +10,7 @@
10
let
11
pkgs = import nixpkgs {
12
inherit system;
13
- overlays = [ typelevel-nix.overlay ];
+ overlays = [ typelevel-nix.overlays.default ];
14
};
15
in
16
{
0 commit comments