Skip to content

Commit

Permalink
fixing overlays for downstream
Browse files Browse the repository at this point in the history
  • Loading branch information
RCMast3r committed Mar 18, 2024
1 parent 3789014 commit 226c2ff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
foxglove-websocket.overlays.default
] ++ nix-proto.lib.overlayToList nix_protos_overlays;
pkgs = import nixpkgs {
inherit system;
overlays = my_overlays;
inherit system;
};

shared_shell = pkgs.mkShell rec {
Expand Down Expand Up @@ -122,8 +122,7 @@
};
in
{

overlays.default = nixpkgs.lib.composeManyExtensions my_overlays;
overlays = my_overlays;
devShells = {
default = shared_shell;
ci = ci_shell;
Expand Down

0 comments on commit 226c2ff

Please sign in to comment.