Skip to content

Commit

Permalink
Fixed flake
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Aug 19, 2024
1 parent 80fb5a3 commit 23268d2
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 = "sbt-k8s-shell";
Expand All @@ -22,6 +21,5 @@
nodejs.enable = true;
};
};
}
);
});
}

0 comments on commit 23268d2

Please sign in to comment.