Skip to content

Commit

Permalink
Maybe this works...
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev380 committed Dec 10, 2024
1 parent 1a90740 commit 66fb2f1
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 @@ -27,7 +27,7 @@
import ./default.nix {
pkgs = import nixpkgs {
inherit system;
overlays = [rust-overlay.overlays.default];
overlays = [(import rust-overlay)];
};
});
packages = forAllSystems (system: nixpkgs.lib.filterAttrs (_: v: nixpkgs.lib.isDerivation v) self.legacyPackages.${system});
Expand Down

0 comments on commit 66fb2f1

Please sign in to comment.